pgloader 3.6.10-2 source package in Ubuntu

Changelog

pgloader (3.6.10-2) unstable; urgency=medium

  * Limit architectures to those that have sbcl available and working thread
    support (notably, this excludes armel and armhf).

 -- Christoph Berg <email address hidden>  Fri, 22 Mar 2024 14:59:27 +0100

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
Architectures:
amd64 arm64 i386 ppc64el powerpc ppc64
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pgloader_3.6.10-2.dsc 2.8 KiB 3fbec3c010be546d56bb97fd3e51afd6f23d819e40a269669b5142b9642ad2de
pgloader_3.6.10.orig.tar.gz 3.6 MiB 1ff25d5cebca58f095ad8eacf5f5a89e8b4b43d78fc307bc00044016095ef46c
pgloader_3.6.10-2.debian.tar.xz 9.2 KiB 0013a8e36b46519d4fcb5406d51068b15321dcbf7e10b96a3ddf5178694b8a67

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.