Package: postgresql-13-pg-csv Source: pg-csv Version: 1.0.2-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 41 Depends: postgresql-13, libc6 (>= 2.4) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-13-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb Size: 9080 SHA512: f90ca4bc7d6545b0fd6d2fb60e173c33940751e720e2743e663e4debc6566b794ed3e1c81f799d18298b83a2c0abefbd89c69df6f56fb628cad084d5f8ae3b33 SHA256: 30b635e94d10f0ab01644ac6a02af79ea239471a6962631181823335d855e172 SHA1: 8043861301a8642b748973537a3efe926bd62012 MD5sum: 3127a2a1ca40db9cb9e35a7cc7b4eadd 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