Package: postgresql-17-pg-csv Source: pg-csv Version: 1.0.2-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-17, libc6 (>= 2.4) Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-17-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb Size: 17224 SHA512: d33fe284c43b8c967bab02348756b5708508483b518db3f9620bb87ac88f8db1ba714ed897384dcd339587ba7e4758ce405cc963ea5abaea3915abaa25fd0b5b SHA256: 2dcb4b137fce213eb1252b9deac7b1fff51b2d612673e17082436378d177050b SHA1: 9f0ec65915b35c635bc57d1338f730a8032484da MD5sum: 59f3d92547aa3a16526b360e7982a774 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