PostgreSQL GUI client
Find a file
eelke 0cef509771 Correct tablespace names are now shown in the list of tables.
Slightly more complex then you may expect because the tablespace specified by the tables tends to be oid 0
which means the default tablespace is used. However this does not mean pg_default, it means the tablespace
as defined as standard in the database definition. So we need to know what the current dbname is retrieve
it's details from the catalog and retrieve that tablespace to know what to show for an oid of 0.
2018-08-27 21:14:57 +02:00
core Fix some warning 2018-08-05 09:05:24 +02:00
ctk Added some parts of ctk lib. 2017-12-29 08:35:57 +01:00
docs design docs 2018-05-20 13:44:04 +02:00
pglab Switched TablesTableModel to rely on the PgLabDelegate for formatting instead of the old model base class. 2018-08-27 21:12:27 +02:00
pglablib Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
pgsql Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
src Builds on windows again 2017-11-26 13:07:21 +01:00
tests Lexical analyzer should now be less confused by dots and comma's and an assortment of other single character symbols. 2018-02-05 22:25:38 +01:00
.gitignore Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing. 2018-02-05 21:42:54 +01:00
BUILD Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend 2017-08-26 11:44:40 +02:00
pglabAll.pro Folder restructuring of test projects. 2018-01-07 09:15:21 +01:00