pgLab/pgsql
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
..
ArrayParser.cpp Implemented ArrayParser and unit tests to verify its working. 2017-12-16 10:31:51 +01:00
ArrayParser.h Implemented ArrayParser and unit tests to verify its working. 2017-12-16 10:31:51 +01:00
pgsql.pro Added a gutter and currentline highlighting to the SQL editor. 2018-04-08 09:19:32 +02:00
Pgsql_Col.cpp Messy commit. Testing suff and some improvements to how data is shown. 2017-12-09 10:45:13 +01:00
Pgsql_Col.h More flexible array retrieval + *vector support. 2017-12-17 11:27:42 +01:00
Pgsql_Connection.cpp Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
Pgsql_Connection.h Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
Pgsql_declare.h More flexible array retrieval + *vector support. 2017-12-17 11:27:42 +01:00
Pgsql_oids.cpp . 2017-12-16 21:43:51 +01:00
Pgsql_oids.h Correct tablespace names are now shown in the list of tables. 2018-08-27 21:14:57 +02:00
Pgsql_Params.cpp Added delete support to the CRUD system. 2018-04-08 09:03:03 +02:00
Pgsql_Params.h Added delete support to the CRUD system. 2018-04-08 09:03:03 +02:00
Pgsql_PgException.cpp Some stuff I had on another machine and which might provide useful. 2017-12-28 07:29:07 +01:00
Pgsql_PgException.h Misc minor changes. 2017-12-28 09:20:42 +01:00
Pgsql_Result.cpp Updating rows kinda works. 2018-02-18 07:15:43 +01:00
Pgsql_Result.h Fixed missing comman in pg_class query. 2017-12-17 20:28:02 +01:00
Pgsql_Row.cpp Updating rows kinda works. 2018-02-18 07:15:43 +01:00
Pgsql_Row.h Updating rows kinda works. 2018-02-18 07:15:43 +01:00
Pgsql_Value.cpp Improved error checking in Value + more to array conversion control. 2017-12-17 09:06:18 +01:00
Pgsql_Value.h Updating rows kinda works. 2018-02-18 07:15:43 +01:00
SqlGenerator.h Added a gutter and currentline highlighting to the SQL editor. 2018-04-08 09:19:32 +02:00