A patch that adds primary key and unique key support to psql's \d

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема A patch that adds primary key and unique key support to psql's \d
Дата
Msg-id ECEHIKNFIMMECLEBJFIGAEJMCAAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: A patch that adds primary key and unique key support to psql's \d  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
This just breaks down the indices in to three groups:

non-unique: stay as they were
unique and primary: become listed as primary keys
unique and non-primary: become listed as unique keys

I also made it so that it shows the names of check constraints ie:

Check: "$1" (a > 5)

Chris

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgindent changes to selfuncs.c
Следующее
От: Bruce Momjian
Дата:
Сообщение: Remove sort files