pgsql: Make \dt \di and friends more consistent about the treatment of

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make \dt \di and friends more consistent about the treatment of
Date: 2009-04-04 00:41:12
Message-ID: 20090404004112.1D208754ADE@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make \dt \di and friends more consistent about the treatment of
TOAST tables and indexes; to wit, never show either. (You can
examine them with plain \d if you're really so inclined.)

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.205 -> r1.206)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.205&r2=1.206)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-04-04 00:44:30 pgsql: Improve obsolete comment.
Previous Message Tom Lane 2009-04-04 00:39:14 pgsql: Minor wordsmithing on descriptions of some \d commands.