[COMMITTERS] pgsql: psql: Support identity columns in sequence display - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: psql: Support identity columns in sequence display
Date
Msg-id E1d4At5-0006S6-QI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Support identity columns in sequence display

Where the footer for an owned serial sequence would say "Owned by", put
something analogous for a sequence belonging to an identity column.

Reported-by: Vitaly Burovoy <vitaly.burovoy@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e4fddfd49241dc8dfda354993bad8d5518df1873

Modified Files
--------------
src/bin/psql/describe.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: In load_relcache_init_file, initialize rd_pdcxt.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.