pgsql: Make psql distinguish between unique indices and unique - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Make psql distinguish between unique indices and unique
Date
Msg-id 20100801010830.066227541D5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make psql distinguish between unique indices and unique constraints.

Josh Kupershmidt.  Reviewing and kibitzing by Kevin Grittner and me.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.242 -> r1.243)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.242&r2=1.243)
    pgsql/src/test/regress/expected:
        typed_table.out (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/typed_table.out?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak tsmatchsel() so that it examines the structure of the
Next
From: jdavis@pgfoundry.org (User Jdavis)
Date:
Subject: temporal - temporal: Applied numerous fixes from Daniel Grace,