mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
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 |
||
---|---|---|
.. | ||
databases | ||
pgagent | ||
resource_groups | ||
roles | ||
static | ||
tablespaces | ||
templates | ||
tests | ||
__init__.py | ||
ppas.py | ||
types.py | ||
utils.py |