Package: postgresql-15-pg-csv Source: pg-csv Version: 1.0.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 60 Depends: postgresql-15, libc6 (>= 2.4) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://github.com/PostgREST/pg_csv/ Priority: optional Section: database Filename: pool/main/p/pg-csv/postgresql-15-pg-csv_1.0.2-1.pgdg22.04+1_amd64.deb Size: 18932 SHA512: ee6faa6d13b1b9d417c58d5376e04e06f776d8ab6593123f775427036ad267fef86045ffb983a0a237b2011a24e0c90ab3fbdec32e145f2fac98bf09b79b2509 SHA256: 1f04f924b1d75c3b8d0ecfa905c9c41060e8eb3a2ca1fc69b15b027515cf083c SHA1: a7edcd91a954617f060ef893cceded15505e0046 MD5sum: 8cf3de17fe20d39c928fcbef72199cc9 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