Package: postgresql-19-pg-csv Source: pg-csv Version: 1.0.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 59 Depends: postgresql-19, libc6 (>= 2.4) Breaks: postgresql-19-jit-llvm (<< 15) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-19-pg-csv_1.0.2-1.pgdg22.04+1_amd64.deb Size: 17712 SHA512: d46e03476e617987d3e774d7386bd818db627530bb77448b14c5368d3a5bdd1d079767e46cba91736ae8ba8797f57fefe739d7518f0f643294fbbe00637c5d3c SHA256: 32e2ab6aeff14074ccfc0239c2c937589bcd978d5cdcf18ea8366d59256782f4 SHA1: cb1547c2d49ceef6b608a1d4e888a3f1b54e45ed MD5sum: bfd92bc5c65763db93af8c28f0bdc5c0 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