COPY data and referential triggers ... - Mailing list pgsql-general

From James Robinson
Subject COPY data and referential triggers ...
Date
Msg-id 1ACF7D96-2546-11D9-8EC1-000A9566A412@socialserve.com
Whole thread Raw
Responses Re: COPY data and referential triggers ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Just a sanity check -- data fed into pg using the

    COPY tablename (col1, col2) FROM stdin;
    ... data
    \.

Does not cause referential triggers to fire (i.e. foreign keys), right?
It seems to operate this way, yet I didn't see this mentioned
explicitly in the SQL reference manual page on the COPY command.

----
James Robinson
Socialserve.com


pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Duplicating a database
Next
From: Bruno Wolff III
Date:
Subject: Re: sql update max smartries