Re: [HACKERS] Deferred trigger queue - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] Deferred trigger queue
Date
Msg-id 38A05893.69CF0708@alumni.caltech.edu
Whole thread Raw
In response to Deferred trigger queue  (wieck@debis.com (Jan Wieck))
List pgsql-hackers
>     Thomas, where should the documentation for FOREIGN KEY go?

Depends on what the docs look like. There should be some mention of
foreign keys in the CREATE TABLE reference page
(doc/sgml/ref/create_table.sgml) and there should be some mention of
it in the User's Guide. Eventually, we will probably have a full
chapter on it (and if you want just make a file doc/sgml/foreign.sgml
and we will start). If you don't want to do that yet, plop something
in syntax.sgml.
                 - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Ole Gjerde
Date:
Subject: COPY from file
Next
From: Dmitry Samersoff
Date:
Subject: RE: [HACKERS] psql and libpq fixes