Package: postgresql-18-pg-csv Source: pg-csv Version: 1.0.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 59 Depends: postgresql-18, libc6 (>= 2.4) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-18-pg-csv_1.0.1-1.pgdg22.04+1_amd64.deb Size: 17704 SHA512: 007673de414e8eb0ccdfb7569dc8a5e8eb13df3df8ab612bb9c352d112d6752d21d5bfe052e06d080dbefb48388c219f10c57c00be5f9875a6782440d77d1bd9 SHA256: 715c1ad974ad130eda24ea7720846219bb9c66d7d81d8578049e26893db6ea39 SHA1: e717d14bc1a2027fe48f2332e2cbd4f830fafb69 MD5sum: 0cd9075c68af49d518a88912e0e3d726 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