pgsql: Make \dt \di and friends more consistent about the treatment of - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make \dt \di and friends more consistent about the treatment of
Date
Msg-id 20090404004112.1D208754ADE@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Minor wordsmithing on descriptions of some \d commands.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve obsolete comment.