Package: postgresql-19-pg-csv Source: pg-csv Version: 1.0.2-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-19, libc6 (>= 2.4) Breaks: postgresql-19-jit-llvm (<< 21) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-19-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb Size: 17344 SHA512: 50317b8ef1f0225f199b4b2da7f57b5423777c19c696ec88ca9207f7ffc61891be0f3ed3e3646e033786c584fe7894766651a3777c9e29e0554508b973c936b4 SHA256: e5893be52c3e72e2d02b92f799acc771594d032007bfc203d1625c252dc74768 SHA1: 5b4e9436baa84a4f956c902b292a7a5bf9f5fe8d MD5sum: c74bf3ea32ffde3989032ee90a4d6cc3 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