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


---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to