On Thu, Jan 7, 2010 at 3:13 AM, Dimitri Fontaine <[email protected]> wrote: > Tim Uckun <[email protected]> writes: >> Is there a command like COPY which will insert the data but skip all >> triggers and optionally integrity checks. > > pg_bulkload does that AFAIK. >
That's a great utility. Unfortunately since it bypasses the WAL I can't use it for this project but thanks for the pointer. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
