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. http://pgbulkload.projects.postgresql.org/ Regards, -- dim -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
