11 Commits

Author SHA1 Message Date
dim
7c0ecabf36 minor fix of manpage 2007-10-20 14:30:43 +00:00
dim
d32472bb3e Add support for --quiet and --summary options, in order to provide some
way to only see errors on output.
2007-10-20 14:28:50 +00:00
dim
921db51d65 * Support for datestyle setting
* Support for omiting column numbering
  * Change documentation source format from SGML to asciidoc
  * New version 2.2.1
2007-08-23 10:38:09 +00:00
dim
8ed8219e37 CSV support, can load not-all-columns of data files, can load to table with more cols than data file 2007-06-04 12:14:18 +00:00
dim
29934d7112 Support partial columns definition for COPY 2007-01-19 11:30:09 +00:00
dim
7eed610ecb Adding pgloader python package and modules 2006-11-21 12:24:57 +00:00
dim
8ed1e0ff2c 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
2006-11-19 21:18:42 +00:00
jpargudo
fe3a0480cc This new version allows importing data from all encodings.
Updated pgloader (a little hack: we transform to utf-8 every line we read into
the datafile, if the user specified that this datafile is *not* in utf-8).

Updated documentation with few words of explanation about the new .conf
parameter "file_is_utf8"
2006-03-28 21:39:25 +00:00
jpargudo
0c1e04dfb3 A new version of pgloader with:
- bugfixes
 - new options in pgloader.conf

Added a small ReST documentation to help the common mortal to use pgloader, and
Makefile + stylesheet.sty to generate pretty PDF / HTML output of that doc
2005-11-21 16:05:50 +00:00
chriskl
e27ebba4bf rename to pgloader 2005-03-30 05:25:35 +00:00
chriskl
7f9fd90807 Initial import of Jan's original TCL code.
- Renamed to pgloader
- BSD license
2005-03-30 04:18:44 +00:00