public inbox for [email protected]
help / color / mirror / Atom feedFrom: Michael Paquier <[email protected]>
To: [email protected]
Subject: pgsql: oid2name: Add relation path to the information provided by -x/--
Date: Thu, 05 Feb 2026 00:02:37 +0000
Message-ID: <[email protected]> (raw)
oid2name: Add relation path to the information provided by -x/--extended
This affects two command patterns, showing information about relations:
* oid2name -x -d DBNAME, applying to all relations on a database.
* oid2name -x -d DBNAME -t TABNAME [-t ..], applying to a subset of
defined relations on a database.
The relative path of a relation is added to the information provided,
using pg_relation_filepath().
Author: David Bidoc <[email protected]>
Reviewed-by: Laurenz Albe <[email protected]>
Reviewed-by: Guillaume Lelarge <[email protected]>
Reviewed-by: Euler Taveira <[email protected]>
Reviewed-by: Mark Wong <[email protected]>
Discussion: https://postgr.es/m/CABour1v2CU1wjjoM86wAFyezJQ3-+ncH43zY1f1uXeVojVN8Ow@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/3c5ec35dea254892d75d829b5642fc3732c8fcf9
Modified Files
--------------
contrib/oid2name/oid2name.c | 4 ++--
doc/src/sgml/oid2name.sgml | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: oid2name: Add relation path to the information provided by -x/--
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox