pgloader 3.6.9-1 source package in Ubuntu

Changelog

pgloader (3.6.9-1) unstable; urgency=medium

  * New upstream version.
  * Bump ip4r dependencies to 15. (Closes: #1022296)

 -- Christoph Berg <email address hidden>  Mon, 24 Oct 2022 12:58:09 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
pgloader_3.6.9-1.dsc 2.7 KiB cb4b3087740892e863429bfe99c59f4e51573edc6830b2436abc3ed650d3dbe9
pgloader_3.6.9.orig.tar.gz 3.6 MiB 5639c580cd2c207947b6487316e901cb36291ea2be5bf1eb60cd6dba131aab3f
pgloader_3.6.9-1.debian.tar.xz 9.1 KiB 440c5b94ea817e0f07795586f9d717ad146cc0cae272c7cd6ec24d645ac2e09e

Available diffs

No changes file available.

Binary packages built by this source

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.