Files
ports/databases/pgloader3/pkg-descr
Christoph Moench-Tegeder 859e26db7e pgloader3: unbreak and update to 3.6.2
submitter becomes maintainer

PR:		252716
Submitted by:	Mario Duhanic
2021-02-20 20:46:07 +00:00

12 lines
631 B
Plaintext

pgloader loads data from various sources into PostgreSQL. It can transform the
data it reads on the fly and submit raw SQL before and after the loading.
It uses the COPY PostgreSQL protocol to stream the data into the server,
and manages errors by filling a pair of reject.dat and reject.log files.
Thanks to being able to load data directly from a database source, pgloader
also supports migrations from other productions to PostgreSQL. In this mode of
operation, pgloader handles both the schema and data parts of the migration in a
single unmanned command, allowing to implement Continuous Migration.
WWW: https://pgloader.io