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
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