Package: postgresql-17-pg-csv Source: pg-csv Version: 1.0.2-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.2-1.pgdg22.04+1_amd64.deb Size: 18732 SHA512: 2da94de5dc0802af91698e2008b312e598c71bb284ddc0adcdbc802a20cc273d3682f5e9477697ea72346859b27704b6313132929b19ff10a54bd758269f2901 SHA256: 5ee0309861b7c7a8546a2c8ee7adc18263b6dbc31d6ce9454da76fb9eba9d4e8 SHA1: 6b86fb04e6112d5414901f7c488f7f07e8f81363 MD5sum: 161a6c650aea992b20058fe7597fbc87 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