Re: pgAdmin4 v9.10 error -- connection failed: FATAL: database "24136" does not exist

2025-11-29 Thread Gus Spier
That looks suspiciously like the OID (Object Identifier) for a database. According to documentation, you can find the database OID with SELECT oid, datname FROM pg_database; If that works, it will display the OID and the database name. That might help you. Regards, Gus On Sat, Nov 29, 2025 at 1

pgAdmin4 v9.10 error -- connection failed: FATAL: database "24136" does not exist

2025-11-29 Thread Dee Dockery
This is my first pgAdmin4 post. On my cloud server (x.x.x.x), I have been running postgres v14 for months with no problem. And I have been connecting to cloud postgres via pgAdmin4 (through v9.9) on my MacBook Air (Mac OS v15.6.1, chip Apple M2) for months with no problem, successfully using Obje