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