pgLab/pglablib/catalog/PgTablespace.cpp

7 lines
95 B
C++
Raw Permalink Normal View History

2018-09-02 10:30:30 +00:00
#include "PgTablespace.h"
QString PgTablespace::typeName() const
{
return "TABLESPACE";
}