PgTablespace now inherits from PgServerObject.

This commit is contained in:
eelke 2018-12-25 17:38:13 +01:00
parent 0b6c1a8544
commit aaa05f64ef
4 changed files with 21 additions and 17 deletions

View file

@ -1,4 +1,6 @@
#include "PgTablespace.h"
PgTablespace::PgTablespace()
{}
QString PgTablespace::typeName() const
{
return "TABLESPACE";
}