Package: postgresql-14-pg-csv Source: pg-csv Version: 1.0.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-14, libc6 (>= 2.4) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-14-pg-csv_1.0.1-1.pgdg22.04+1_amd64.deb Size: 18840 SHA512: 35affaa5607b9886d3069989d6a302ec7dd4c98b4df778e761be1e030f6674cb1f907baa42e9477e730c1667372d427121915d96481f15cb4c647f1f5521a22e SHA256: 5faf272a6a66d71be428ebc9a121e56d14b45228cca805140706f2fb4ae97aff SHA1: 170a8456a7cf4c8a311a505403be50ac6952d58e MD5sum: db24cce1faf13844bc8b4a0ca5ac611e 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