mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-22 23:51:23 +01:00
* 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
33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
This package was debianized by Dimitri Fontaine <dim@dalibo.com> on
|
|
Mon, 13 Nov 2006 22:56:15 +0100.
|
|
|
|
It was downloaded from http://pgloader.dalibo.org/
|
|
|
|
Upstream Author: Dimitri Fontaine <dim@dalibo.com>
|
|
|
|
Copyright: 2005, Jan Wieck
|
|
2006, Dimitri Fontaine
|
|
|
|
License:
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted under the terms of the BSD License.
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
SUCH DAMAGE.
|
|
|
|
On Debian systems, the complete text of the BSD License can be
|
|
found in `/usr/share/common-licenses/BSD'.
|
|
|
|
|
|
The Debian packaging is (C) 2006, Dimitri Fontaine <dim@dalibo.com> and
|
|
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
|