On Thu, Jan 7, 2010 at 3:13 AM, Dimitri Fontaine <dfontaine@hi-media.com> wrote:
> Tim Uckun <timuckun@gmail.com> 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.