Dear Richard,
I had a look at a 7.2.1 dump, but it doesn't do that thing. It simply
creates triggers after all the data has been COPY-ed (i.e. at the end of the
file. Only rules and sequence setvals after that.
G.
--
while (!asleep()) sheep++;
---------------------------- cut here ------------------------------
----- Original Message -----
From: "Richard Huxton" <dev(at)archonet(dot)com>
Sent: Wednesday, May 07, 2003 9:10 PM
You might want to look at the output of pg_dump - IIRC that disables all
your
triggers (fk's etc) and re-enables them at the end. Might be what you're
after.
--
Richard Huxton