pg_get_databasebyid(oid) - Mailing list pgsql-hackers

From Sergei Kornilov
Subject pg_get_databasebyid(oid)
Date
Msg-id 7891121566995922@sas2-a74be5364cfb.qloud-c.yandex.net
Whole thread Raw
Responses Re: pg_get_databasebyid(oid)  (Ibrar Ahmed <ibrar.ahmad@gmail.com>)
List pgsql-hackers
Hello
We already have function pg_get_userbyid(oid) with lookup in pg_authid catalog. My collegue ask me can we add similar
functionpg_get_databasebyid(oid) with lookup in pg_databases.
 
It is simple function to get a database name by oid and fallback to 'unknown (OID=n)' if missing.

The proposed patch is attached. Currently I missed the tests - I doubt which file in src/test/regress/sql/ is the most
suitable.pg_get_userbyid is called from privileges.sql only.
 

regards, Sergei
Attachment

pgsql-hackers by date:

Previous
From: nilsocket
Date:
Subject: Doubt regarding logical decoding
Next
From: Ibrar Ahmed
Date:
Subject: Re: pg_get_databasebyid(oid)