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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make psql \d on a sequence show the table/column owning it
Date: 2011-11-05 11:56:43
Message-ID: E1RMerb-00030w-Q2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-11-05 12:03:23 pgsql: Show statistics target for columns in \d+ on a table
Previous Message Tom Lane 2011-11-05 03:25:16 pgsql: Don't assume that a tuple's header size is unchanged during toas