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