pgsql: Make psql \d on a sequence show the table/column owning it - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Make psql \d on a sequence show the table/column owning it
Date
Msg-id E1RMerb-00030w-Q2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make psql \d on a sequence show the table/column owning it

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f81a1f6688c2901d82c02158e9c865f5538246d

Modified Files
--------------
src/bin/psql/describe.c |   37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix archive_command example
Next
From: Magnus Hagander
Date:
Subject: pgsql: Show statistics target for columns in \d+ on a table