pgsql: Only display column comments for relkinds that support them.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Only display column comments for relkinds that support them.
Date: 2011-07-26 13:53:58
Message-ID: E1Qli58-0001Yy-N7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Only display column comments for relkinds that support them.

Josh Kupershmidt, with minor modifications by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8c18f3f0e15738633231b31d8937b2710b38975f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-07-26 19:55:37 pgsql: Replace printf format %i by %d
Previous Message Andrew Dunstan 2011-07-26 03:49:59 pgsql: Don't build replacement getpeereid function on mingw.