pgsql: Modify psql's \d printout to fold exclusion constraints in with - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Modify psql's \d printout to fold exclusion constraints in with
Date
Msg-id 20100311212933.2BA6F7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Modify psql's \d printout to fold exclusion constraints in with regular
indexes, rather than printing them twice.  Per my gripe when the exclusion
constraint feature was committed.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.240 -> r1.241)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.240&r2=1.241)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Sync timezone code with tzcode 2010c from the Olson group.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing reset of need_initialization in reloptions code.