Package: postgresql-16-pg-csv Source: pg-csv Version: 1.0.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-16, libc6 (>= 2.4) Breaks: postgresql-16-jit-llvm (<< 15) 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.pgdg22.04+1_amd64.deb Size: 18704 SHA512: 76192e963ebeebbbfc73e94508d9227d87285c0f6cb38bec26ff8520a9291ad4418921b52af935b8cdd51d5b99e9c8b31827792baac48d4b624c83ec2cf57226 SHA256: e4f67a86868d0a0e9b4d2c99896b5f0238d6526d6c26ee11e72dc1fc31a8b0bc SHA1: 4d3c83f8c5fcc5c678ef726c46e3e971613252ff MD5sum: b0eba75f0abba42258d9c40767a6257d 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