sql: pgadmin support #25213
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
meta-issue
Contains a list of several other issues.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
default_tablespace
#26409 sql: supportdefault_tablespace
An unfortunate new problem is that pgadmin has a hardcoded "last system OID" defined as 16383: https://github.com/pgadmin-org/pgadmin4/blob/master/web/pgadmin/utils/constants.py#L118
This constant is used as a filter to exclude databases and possibly other objects with IDs less than that number. There's no way that we can really configure this aside from forking pgadmin, and it doesn't fetch the number by querying the server, so we're a little stuck there.
List of issues encountered when running PGAdmin's test suite: #26603
Epic CRDB-2462
Jira issue: CRDB-5723
The text was updated successfully, but these errors were encountered: