Package: postgresql-18-pg-csv Source: pg-csv Version: 1.0.2-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-18, libc6 (>= 2.4) Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-18-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb Size: 17360 SHA512: f40241da7ad85d6a78961b57586f051be70a9f583c67d48cbecacc0b18204c1f446e81f45837b3a3ff796781e8ec94c739a18992b4107880b482a85522b008bc SHA256: 504e38604555c8ed32fa906920325c4147a4463edf6ab5b0d4cec445577f2371 SHA1: 051fbe55dd7ea73ed9f14315e5c957dd37e0f00a MD5sum: 0a9cce69ca2d7533049c57ca99f47b35 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