Package: postgresql-17-pg-csv Source: pg-csv Version: 1.0.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-17, libc6 (>= 2.4) Breaks: postgresql-17-jit-llvm (<< 15) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-17-pg-csv_1.0.1-1.pgdg22.04+1_amd64.deb Size: 18676 SHA512: 374a7f3cf98fef211b5d69dc1f5bee708b1933eb2f06629e4ea03bb175d9213e0cca44a240edf7912e7fe378dce09d9b307ae3499eff1ca836b823ca6f290767 SHA256: 220b49a7a1bc6281fa55bd8325c182e7af44b446ab4ac01f42240c47e71781db SHA1: 08c438534433f2c257154a38a446bbfdc6d9e257 MD5sum: b622337b07fa97aa782561e54a5f619b 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