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