Re: how to save primary key constraints

Поиск
Список
Период
Сортировка
От Chris Travers
Тема Re: how to save primary key constraints
Дата
Msg-id CAKt_ZfsYZKb9-MAg2h0X9LPyB=13wDVGM2+1RBQNxOsJHphtmg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: how to save primary key constraints  (Raymond O'Donnell <rod@iol.ie>)
Ответы Re: how to save primary key constraints
Список pgsql-general
On Tue, Oct 11, 2011 at 4:33 PM, Raymond O'Donnell <rod@iol.ie> wrote:
> On 12/10/2011 00:24, J.V. wrote:
>> pg_catalog table does not exist.
>>
>
> It's not a table, it's PostgreSQL's version of the information_schema
> catalog:
>
>  http://www.postgresql.org/docs/8.4/static/catalogs.html
>
Not quite.  PostgreSQL has an information_schema too.

The pg_catalog is the schema of system catalogs for PostgreSQL.  The
catalogs are not guaranteed to be stable interfaces the way the
information_schema is.

Best Wishes,
Chris Travers

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: how to save primary key constraints
Следующее
От: John R Pierce
Дата:
Сообщение: Re: how to save primary key constraints