#ifndef PGTABLESPACE_H #define PGTABLESPACE_H #include "PgServerObject.h" #include #include #include class PgTablespace: public PgServerObject { public: std::vector options; using PgServerObject::PgServerObject; QString typeName() const override; }; #endif // PGTABLESPACE_H