Re: "too clever" when creating SQL functions - Mailing list pgsql-sql

From SZŰCS Gábor
Subject Re: "too clever" when creating SQL functions
Date
Msg-id 005501c31553$16ee7120$0a03a8c0@fejleszt2
Whole thread Raw
In response to "too clever" when creating SQL functions  ("SZŰCS Gábor" <surrano@mailbox.hu>)
Responses Re: "too clever" when creating SQL functions  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
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@archonet.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



pgsql-sql by date:

Previous
From: Achilleus Mantzios
Date:
Subject: Re: Array dimension as integer
Next
From: Bryan Klimt
Date:
Subject: insert rowtype