COPY data and referential triggers ...

From: James Robinson <jlrobins(at)socialserve(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: COPY data and referential triggers ...
Date: 2004-10-23 22:51:41
Message-ID: 1ACF7D96-2546-11D9-8EC1-000A9566A412@socialserve.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2004-10-23 23:16:32 Re: sql update max smartries
Previous Message Bruno Wolff III 2004-10-23 22:40:22 Re: Duplicating a database