Package: postgresql-13-pg-csv Source: pg-csv Version: 1.0.1-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.1-1.pgdg22.04+1_amd64.deb Size: 18580 SHA512: 53ac9f2af7386b5e4c5a80be1ca2ede2df53704c0fd52898da78d0c103fc385b52c3530aec20bfc067e4bff7e7458b84dbe7dd9903ddcdbf0fd0ce5e1bfe5e9c SHA256: 579e23f14c9195ee38a625a5148a13122f3d83c90a5b1b8cc03f2a1bdb1476da SHA1: 1d8da92c7c13a4da538dcdb4172b9c4eeb83bacb MD5sum: 3e5f4d0da756ab6af5da4dbf4b236aa4 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