Package: postgresql-12-pg-csv Source: pg-csv Version: 1.0.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 59 Depends: postgresql-12, libc6 (>= 2.4) Breaks: postgresql-12-jit-llvm (<< 15) 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.pgdg22.04+1_amd64.deb Size: 18616 SHA512: 4b511d656c1c46341fe03d12078334d401441268e960ea631f63b92e0013885629b21cde2f8a83064f9ce6ed4dd39c531ef69650b101f802c3d6a9cdc88a9f61 SHA256: f46e649f5bdc59348a89da1b983f0501dd1d7600192931c3137bc6837b1dfe44 SHA1: 4279656f109a474140a18be9ef740fb04c7b5a14 MD5sum: b993495bd81489ddfe86b5f8861a55c1 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