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-+nch43zy1f1uxevojvn...@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(-)
