For testing purposes a new table tab is created when a querytab is created.
This commit is contained in:
parent
6466062cc8
commit
f9caadb59e
5 changed files with 33 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ std::string PgClassContainer::getLoadQuery() const
|
|||
return "SELECT oid, relname, relnamespace, reltype, reloftype, "
|
||||
" relowner, relam, relfilenode, reltablespace, relpages, "
|
||||
" reltuples, reltoastrelid, relisshared, relpersistence, "
|
||||
" relkind, relhasoids, relispopulated, relfrozenxid, relrelminmxid "
|
||||
" relkind, relhasoids, relispopulated, relfrozenxid, relminmxid "
|
||||
" relacl, reloptions \n"
|
||||
"FROM pg_catalog.pg_class";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue