cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.07k stars 3.8k forks source link

sql: pgadmin support #25213

Open knz opened 6 years ago

knz commented 6 years ago

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

knz commented 6 years ago

cc @awoods187 we'll look into this soon then

codenoid commented 10 months ago

hi, is there any update on this? It's almost 2024

debankanmitra commented 9 months ago

eagerly waiting for an update...