pgsql: Modify psql's \d printout to fold exclusion constraints in with

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Modify psql's \d printout to fold exclusion constraints in with
Date: 2010-03-11 21:29:33
Message-ID: 20100311212933.2BA6F7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-03-11 21:47:19 pgsql: Add missing reset of need_initialization in reloptions code.
Previous Message Tom Lane 2010-03-11 18:43:32 pgsql: Sync timezone code with tzcode 2010c from the Olson group.