Re: finding UNIQUES in information_schema

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: finding UNIQUES in information_schema
Дата
Msg-id 3622.1239912596@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: finding UNIQUES in information_schema  (Gerardo Herzig <gherzig@fmed.uba.ar>)
Список pgsql-sql
Gerardo Herzig <gherzig@fmed.uba.ar> writes:
> Tom Lane wrote:
>> No, they contain information about constraints, period.  How did you
>> create those indexes?  If you made them via SQL-standard PRIMARY KEY or
>> UNIQUE constraint syntax, they should show in the information_schema.
>> Otherwise not.

> Well, i just dont get it.

No, apparently not.  The term "constraint" in this context has a very
specific meaning; it's talking about the CONSTRAINT syntax in CREATE
TABLE or ALTER TABLE.  This is per SQL specification.  Indexes are an
implementation detail that the standard doesn't concern itself with;
therefore anything you do with CREATE INDEX is outside the standard and
is not reflected in the standard-defined information_schema.
        regards, tom lane


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

Предыдущее
От: Gerardo Herzig
Дата:
Сообщение: Re: finding UNIQUES in information_schema
Следующее
От: "Paulo (O2 Tecnologia)"
Дата:
Сообщение: Problemas com Procedure no PostgreSQL