pgsql: Make psql distinguish between unique indices and unique

Поиск
Список
Период
Сортировка
От rhaas@postgresql.org (Robert Haas)
Тема pgsql: Make psql distinguish between unique indices and unique
Дата
Msg-id 20100801010830.066227541D5@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Tweak tsmatchsel() so that it examines the structure of the
Следующее
От: jdavis@pgfoundry.org (User Jdavis)
Дата:
Сообщение: temporal - temporal: Applied numerous fixes from Daniel Grace,