Commit Graph

132 Commits

Author SHA1 Message Date
dim
d9f328ce4d debian packaging 2007-11-29 21:30:25 +00:00
dim
88db262b89 Catch IOError: commit code, not wrong example/pgloader.conf 2007-11-28 21:06:14 +00:00
dim
d99fc7ba4c Catch IOError when opening data file from textreader (such as no such file or directory) 2007-11-28 21:02:57 +00:00
dim
fb56f3fe00 Fix reformat with template usage, try to catch IOError to have nice error message when file system is full 2007-11-28 16:07:11 +00:00
dim
b85cc13d08 FIX: reader option field_sep could have been set by template, pgloader.table too 2007-11-28 10:06:10 +00:00
dim
141d8ec19a Only connect to the database after having read both template and specific configuration 2007-11-28 08:40:57 +00:00
dim
0426dcb4f0 Fix default reformat_path checking; Fix template configuration usage
with user-defined columns (defining copy_columns from template).
2007-11-27 21:52:57 +00:00
dim
0c1ad56106 FIX: reformat_path could be not set after configuration reading 2007-11-27 14:28:17 +00:00
dim
877caeee77 packaging pre-release 2.2.5~dev 2007-11-27 09:28:48 +00:00
dim
87b037fa8d template and -T documentation 2007-11-26 22:17:51 +00:00
dim
1e7a16b869 Configuration now knows about templates, and command line about a reformat
path option, --reformat_path= or -R.
2007-11-26 21:33:24 +00:00
dim
3a8ac261c8 Support for template sections, WIP 2007-11-26 17:36:49 +00:00
dim
a80e62642e packaging of 2.2.4 2007-11-21 10:27:22 +00:00
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