Package: postgresql-12-pg-csv Source: pg-csv Version: 1.0.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 59 Depends: postgresql-12, libc6 (>= 2.4) Breaks: postgresql-12-jit-llvm (<< 15) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-12-pg-csv_1.0.1-1.pgdg22.04+1_amd64.deb Size: 18568 SHA512: dbe93907296e4b7312e349dd6f18b94ba1f7144af3273b06c71907247f4e3bf9e7d76dd90b2dc9c989a0fbe3a2809fdf5d4c1c1dc0e6eb545071d4c01cfafe50 SHA256: 2e3b24838409a8ffaa7bcfa5c26851181b01d0b79f4c7d5da2dbb8bf4a5306cc SHA1: ee983be420712c8b9c9cd37459ec1f95e1d6aa1c MD5sum: e3abfd54af7cf29050fa23c6ad03890f Description: Flexible CSV processing for Postgres Postgres has CSV support on the COPY command, but COPY has problems: * It uses a special protocol, so it doesn't work with other standard features like prepared statements, pipeline mode or pgbench. * Is not composable. You can't use COPY inside CTEs, subqueries, view definitions or as function arguments. . pg_csv offers flexible CSV processing as a solution. * Includes a CSV aggregate csv_agg() that composes with SQL expressions. * Native C extension, x2 times faster than SQL queries that try to output CSV