
Up to [pgFoundry] / pgloader / pgloader / examples
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Thu May 29 09:16:13 2008 UTC (3 years, 11 months ago) by dim
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1
lines
Diff to previous 1.4 (unified)
Protect the database connection establishing into the parralel sections semaphore, allow field_sep to be configured to \t, and some fixes
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 21 10:33:06 2008 UTC (3 years, 11 months ago) by dim
Branch: MAIN
Changes since 1.3: +33 -16
lines
Diff to previous 1.3 (unified)
Support for fixed format datafile
Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 20 15:11:49 2007 UTC (4 years, 5 months ago) by dim
Branch: MAIN
Changes since 1.2: +26 -12
lines
Diff to previous 1.2 (unified)
DEBUG and documentation of reformat option, plus other fixes for having all the test cases pass again.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 4 12:14:11 2007 UTC (4 years, 11 months ago) by dim
Branch: MAIN
Changes since 1.1: +27 -10
lines
Diff to previous 1.1 (unified)
CSV support, can load not-all-columns of data files, can load to table with more cols than data file
Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 19 21:18:42 2006 UTC (5 years, 5 months ago) by dim
Branch: MAIN
New version of pgloader (2.0.2): * new developpers * python code replaces tcl code * one config file for many tables (one command line for loading them all) * manpage * debian package * supports multi-line input file (without quotes) * Informix large objects support (loading to TEXT or BYTEA) * configurable amount of rows per COPY instruction * trailing slash optionnal removal (support informix UNLOAD file format) * begin processing at any line in the file, by number or row id * dry-run option, to validate input reading without connecting to database * pedantic option, to stop processing on warning