target / goalert

Open source on-call scheduling, automated escalations, and notifications so you never miss a critical alert
https://goalert.me
Apache License 2.0
2.22k stars 240 forks source link

devtools/pgdump-lite: use pool for pgdump-lite, csv output for COPY #3770

Closed mastercactapus closed 6 months ago

mastercactapus commented 6 months ago

Description: Updates the pgdump-lite tool to be more consistent, output CSV format for the COPY command, and adds the ability to use parallel connections.

This is part of the work to drop the dependency on the pg_dump tool.