pgloader/src/pgsql
Dimitri Fontaine e710cacad1 Truncate all tables in a single command, fix #61.
The truncate command is only sent to PostgreSQL when we didn't just
CREATE TABLE before. Some refactoring would be necessary to fit the
TRUNCATE command within the same transaction as the CREATE TABLE
command, for PostgreSQL performances.

This patch has been testing with MySQL and SQLite sources, the trick is
that to be able to test it, it's needed to first make a full
import (creating the target tables), so the test are not modified yet.
2014-05-19 18:07:35 +02:00
..
copy-format.lisp Fix another useless use of loop. 2014-05-11 18:49:31 +02:00
pgsql.lisp Allow optional control of batch memory footprint, see #16 and #22. 2014-01-26 23:22:18 +01:00
queries.lisp Truncate all tables in a single command, fix #61. 2014-05-19 18:07:35 +02:00
schema.lisp Truncate all tables in a single command, fix #61. 2014-05-19 18:07:35 +02:00