Commit Graph

19 Commits

Author SHA1 Message Date
dim
86b33defef DEBUG and documentation of reformat option, plus other fixes for having all
the test cases pass again.
2007-11-20 15:11:49 +00:00
dim
9b9ef1cc05 pgloader can now reformat data on-the-fly, using modules in reformat package,
dynamically loading them as they're found in the configuration.

Some User-Defined Columns bugfixes too.
2007-11-20 11:54:07 +00:00
dim
e9b884cb4e Global input_encoding configuration, per-section datestyle configuration, fixes. 2007-11-19 16:44:20 +00:00
dim
5cbd3531aa Adding the 'input_encoding' option in the configuration file, per
section.
2007-11-18 23:04:48 +00:00
dim
dbaeef0ad2 pgloader version 2.2.3, with User Defined Columns
* User Defined Columns
  * Temporary files with copy data content now suffixed .pgloader
  * New option --version
  * Fix TextReader newline_escapes configuration option reading
  * Fix Reader reject initialisation
  * Skip database related settings when in DRY_RUN mode (-n)
  * List all command line options from man page synopsis
2007-11-14 21:09:36 +00:00
dim
aacfc9d000 Release 2.2.2 2007-11-11 19:50:15 +00:00
dim
2e76bd95dc When resorting to temp file, don't include columns to filename 2007-11-06 12:03:13 +00:00
dim
57ea0f443e Improve summary output 2007-11-05 14:17:01 +00:00
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