pgsql: psql: Support identity columns in sequence display

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Support identity columns in sequence display
Date: 2017-04-28 18:45:03
Message-ID: E1d4At5-0006S6-QI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)burovoy(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-04-28 19:00:26 pgsql: Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Previous Message Robert Haas 2017-04-28 18:07:48 pgsql: In load_relcache_init_file, initialize rd_pdcxt.