pgadmin4/web/pgadmin/browser/server_groups/servers/templates
Akshay Joshi b36004b702 The following are the initial fixes for PG15:
1) From PG 15 onward, the datlastsysoid has been removed from the table pg_database.
    We have added the constant _DATABASE_LAST_SYSTEM_OID = 16383, all the objects below
    this value are considered to be system objects. Modified the pgAdmin logic accordingly.

 2) Concatenation operator '||' needs a specific typecast to be applied to query variables. Modified SQL's accordingly.

Fixes #7283
2022-05-17 20:32:17 +05:30
..
connect/sql Use schema qualification while accessing the catalog objects. Fixes #3976 2021-03-09 13:18:45 +05:30
css Added capability to deploy PostgreSQL servers on Amazon RDS. Fixes #7177 2022-02-14 12:13:48 +05:30
depends The following are the initial fixes for PG15: 2022-05-17 20:32:17 +05:30
macros Fixed an issue where SQL for revoke statements are not shown for databases. Fixes #4258 2022-03-28 17:35:54 +05:30
servers Update copyright notices for 2022 2022-01-04 13:54:25 +05:30