Re: unique indices without pg_constraint rows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unique indices without pg_constraint rows
Дата
Msg-id 6884.1364599852@sss.pgh.pa.us
обсуждение исходный текст
Ответ на unique indices without pg_constraint rows  ("Ed L." <pgsql@bluepolka.net>)
Список pgsql-general
"Ed L." <pgsql@bluepolka.net> writes:
> Why is this?  What determines if a unique index will also have a row in
> pg_constraint?

If you made it with constraint syntax, it'll have such a row.
If you made it with CREATE INDEX, not.

            regards, tom lane


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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: Is there any way to listen to NOTIFY in php without polling?
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Money casting too liberal?