pgloader 3.6.10-1build2 source package in Ubuntu

Changelog

pgloader (3.6.10-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:14:41 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pgloader_3.6.10.orig.tar.gz 3.6 MiB 1ff25d5cebca58f095ad8eacf5f5a89e8b4b43d78fc307bc00044016095ef46c
pgloader_3.6.10-1build2.debian.tar.xz 9.3 KiB fa78d5b72c3157bbb40cc921c20443ee4fc7d423d6c40d278df5ee56de6a5c5d
pgloader_3.6.10-1build2.dsc 2.8 KiB 26e398b081a3b8ab1efd46f33c822143a270010fe832c1fb294281debbc11c64

Available diffs

View changes file

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.