mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
19 lines
920 B
Plaintext
19 lines
920 B
Plaintext
Source: pgloader
|
|
Section: database
|
|
Priority: extra
|
|
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
|
|
Build-Depends: debhelper (>= 5), docbook-to-man (>= 2.0.0), python-support (>= 0.3), xmlto, asciidoc (>= 0.8.2)
|
|
Standards-Version: 3.9.1
|
|
Homepage: http://pgloader.projects.postgresql.org
|
|
|
|
Package: pgloader
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, python (>=2.4.4), python-psycopg2 | python-psycopg (<< 1.1.21) | python-psycopg (>= 1.1.21-14), python-support (>= 0.3)
|
|
Description: loads flat data files into PostgreSQL
|
|
pgloader imports data from flat files and insert it into a database
|
|
table. You have to provide a configuration file containing sections,
|
|
which each defines how to load a table. CSV and text format are
|
|
supported, the former is able to import MySQL dumps when -T is used,
|
|
the latter is able to parse multi-line non-quoted with trailing
|
|
delimiter quite CSV input, such as given by Informix UNLOAD.
|