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