Show SQL for database
Also improvements to the SQL for tables and views.
This commit is contained in:
parent
b5a706a2a2
commit
3158a4364b
12 changed files with 172 additions and 58 deletions
|
|
@ -32,7 +32,6 @@ class PgClass: public PgNamespaceObject {
|
|||
public:
|
||||
Oid type = InvalidOid;
|
||||
Oid oftype = InvalidOid;
|
||||
//Oid owner = InvalidOid;
|
||||
Oid am = InvalidOid;
|
||||
Oid filenode = InvalidOid;
|
||||
Oid tablespace = InvalidOid;
|
||||
|
|
@ -49,8 +48,6 @@ public:
|
|||
std::vector<QString> options;
|
||||
QString viewdef;
|
||||
|
||||
QString description; // from pg_description
|
||||
|
||||
using PgNamespaceObject::PgNamespaceObject;
|
||||
|
||||
QString kindString() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue