eelke
|
3158a4364b
|
Show SQL for database
Also improvements to the SQL for tables and views.
|
2022-01-20 20:13:56 +01:00 |
|
eelke
|
b5a706a2a2
|
lazy load the database sizes only when needed by the server inspector.
|
2022-01-19 19:10:05 +01:00 |
|
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 |
|