pgloader 3.6.7-1 source package in Ubuntu

Changelog

pgloader (3.6.7-1) unstable; urgency=medium

  * New upstream version:
  * Set SBCL dynamic space size to 16 GB on 64 bit architectures.
  * Improve documentation with command lines and defaults.
  * SBCL compiler notes should not be fatal to pgloader.

 -- Christoph Berg <email address hidden>  Sat, 13 Aug 2022 10:32:41 +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

Downloads

File Size SHA-256 Checksum
pgloader_3.6.7-1.dsc 2.7 KiB 778d74a3c42ed2c6b380adfbcb0e2bb9e8485941138d141b281a6b616809537f
pgloader_3.6.7.orig.tar.gz 3.6 MiB 0f35b41b4a3e60ed67f8140a0b829ec5f791852ae1268a3d6dae0d5b26b957dc
pgloader_3.6.7-1.debian.tar.xz 8.8 KiB 3e872e0cad738d28eb5624028c304168a96b1e8fc7f7b32076b7247062f7943a

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.