Package: postgresql-16-pg-csv Source: pg-csv Version: 1.0.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-16, libc6 (>= 2.4) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-16-pg-csv_1.0.1-1.pgdg22.04+1_amd64.deb Size: 18652 SHA512: e21b583072d83fa39ee127a965b3749583c1e148c6599344055fca574dfbc5a9569f582c0e2d83d7971f154d4b80f2cfd46b13ccb7d13ce9714a4d7566e5e1d6 SHA256: 6ce0f97790a71dece5fa8874dbb887c6ff92bbe8df59f3cd13e81d220859f4d3 SHA1: 0133c3ad06ac43129e4b415da2676c6fc9b93db4 MD5sum: a3074dc40fc9a23a29f5dba08244fe82 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