Package: postgresql-15-pg-csv Source: pg-csv Version: 1.0.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-15, libc6 (>= 2.4) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-15-pg-csv_1.0.1-1.pgdg22.04+1_amd64.deb Size: 18872 SHA512: 7616585b2f02904e4924c81601c7cc81ab7b5d12e4e00439a19f2f3a8a826e7d370a9c35be00521cce5550d5b2a1f75a831aadaf282bc352c92272faf5ff184b SHA256: 741784b992b51aae93ab34a830138b7eee8f23b8ce1d2d38ffb518487a866922 SHA1: 2d5bc858037fa76afa2caf15a22a1a1d685c2e70 MD5sum: 742c2b300e2a8e5762737dc83a18e26e 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