pgloader 3.6.10-1 source package in Ubuntu

Changelog

pgloader (3.6.10-1) unstable; urgency=medium

  * New upstream version.
  * Bump ip4r dependencies to 16. (Closes: #1052837)

 -- Christoph Berg <email address hidden>  Thu, 02 Nov 2023 17:44:07 +0100

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

Downloads

File Size SHA-256 Checksum
pgloader_3.6.10-1.dsc 2.7 KiB 887e239e43a8866c554166bfdd10292a18be43f5ac5e7ca16ce1565a35c424bc
pgloader_3.6.10.orig.tar.gz 3.6 MiB 1ff25d5cebca58f095ad8eacf5f5a89e8b4b43d78fc307bc00044016095ef46c
pgloader_3.6.10-1.debian.tar.xz 9.1 KiB fc404bf916ff39e4c6e5ea8f80cbe0b336aab4fa9b4186c29426d77cee77da3b

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.