Package: postgresql-14-pg-csv Source: pg-csv Version: 1.0.2-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.2-1.pgdg22.04+1_amd64.deb Size: 18884 SHA512: 510853e3106b21760ff3510ad69db436379048786645a2fd901bdea326ad91b970d5b1510d2928aadc8353551052bfa3227426672b812ab95e13f0b43bfce1b7 SHA256: 1ab0704078ede3df2103809847033dbcb87ed473783c1368ae86eda5a03adcb5 SHA1: 111ffbb3e5300a5b3ff08c16b0b75aa2dbc37e71 MD5sum: 00aa4d664770a0e2f705c31dccb404ec 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