-
Notifications
You must be signed in to change notification settings - Fork 738
Databases with oids < 16384 not visible #8833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
background - I think I've found the reason why i'm seeing low OIDs:
https://doxygen.postgresql.org/transam_8h_source.html And I'm creating my database immediately after initdb by piping So the question is.. is there a way to get pgadmin4 to accept lower oids, or would it be possible to have pgadmin4 set a lower OID range for this specific query ? PS: Asked this on the Postgres side now - https://www.postgresql.org/message-id/CADZkmHUiBeSdm%2BHZfQ83KPpB2PJ6aBNARjZ-Z3O99-9DosFOUw%40mail.gmail.com |
Hi @unilynx, The objects below OID 16383 are considered as system objects. You can change preferences to show system objects from Browser -> Display -> Show system object?. By default it is disabled. This doesn't look like an issue, so closing it. |
'Show system objects' doesn't show them 'Show template databases?' however, does show the database (even though it's not a template). That might still be unexpected ? |
I have a database with an OID of 14022 (I don't know why yet) and I can't see it in PGAdmin because its database query ends with
I think I was able to see the database in an older pgadmin version (now tried with 9.3 and 94.). Is there a way/option to lift this restriction - or change the 'datname' filter applied here ?
The text was updated successfully, but these errors were encountered: