Commit graph

7 commits

Author SHA1 Message Date
eelke
97b24a8bf3 fix must explicitly specify table with oid for older pg versions 2021-04-15 16:27:48 +02:00
eelke
5a70749308 leave out database sizes for databases the user cannot connect to
this prevents permissions errors.
2021-04-14 19:40:07 +02:00
eelke
bdef76ed8a Fix errors on PG 9.5 en 9.6 (maybe other versions to)
Closes #68
2021-04-01 14:55:20 +02:00
eelke
f21a59e030 Display comments in the list of databases 2021-03-11 06:59:31 +01:00
eelke
2724586f4e Server window database tab tweaks
- Encoding as string instead of id
- Tablespace name instead of id
- Database list sorting enabled
- Database size
2021-03-10 20:49:03 +01:00
eelke
93687df959 Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from. 2018-12-27 12:05:48 +01:00
eelke
f0c1035378 Reorganize files in pglablib
The enitities and containers of the catalog now go into catalog subfolder
Models go into model
2018-12-16 11:31:33 +01:00
Renamed from pglablib/PgDatabaseContainer.cpp (Browse further)