Re: how to save primary key constraints - Mailing list pgsql-general

From Chris Travers
Subject Re: how to save primary key constraints
Date
Msg-id CAKt_ZfsYZKb9-MAg2h0X9LPyB=13wDVGM2+1RBQNxOsJHphtmg@mail.gmail.com
Whole thread Raw
In response to Re: how to save primary key constraints  (Raymond O'Donnell <rod@iol.ie>)
Responses Re: how to save primary key constraints  (Merlin Moncure <mmoncure@gmail.com>)
List 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 by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: how to save primary key constraints
Next
From: John R Pierce
Date:
Subject: Re: how to save primary key constraints