pgloader 3.2.2+dfsg-1 source package in Ubuntu

Changelog

pgloader (3.2.2+dfsg-1) unstable; urgency=medium

  * New release, lots of bugfixes, some new features
  * New build dependencies

 -- Dimitri Fontaine <email address hidden>  Thu, 03 Sep 2015 19:17:12 +0300

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
Architectures:
any all
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
pgloader_3.2.2+dfsg-1.dsc 2.5 KiB 8d4840f278a43e9055ebea015b3e8c34f64ddac1a93571b26c06770e03da5756
pgloader_3.2.2+dfsg.orig.tar.gz 1.2 MiB 9ebfa53fe91da905264777840d2537db87d0ae5ced26dc789aca4b2285fa353b
pgloader_3.2.2+dfsg-1.debian.tar.xz 5.6 KiB d90abea5919604ea4be2db0826727eab4018053c874844500332d28d5916b4a2

Available diffs

No changes file available.

Binary packages built by this source

cl-pgloader: No summary available for cl-pgloader in ubuntu zesty.

No description available for cl-pgloader in ubuntu zesty.

pgloader: extract, transform and load data into PostgreSQL

 pgloader imports data from different kind of sources and COPY it into
 PostgreSQL.
 .
 The command language is described in the manual page and allows one to
 describe where to find the data source, its format, and to describe data
 processing and transformation.
 .
 Supported source formats include CSV, fixed width flat files, dBase3 files
 (DBF), and SQLite and MySQL databases. In most of those formats, pgloader
 is able to auto-discover the schema and create the tables and the indexes
 in PostgreSQL. In the MySQL case it's possible to edit CASTing rules from
 the pgloader command directly.