| Package | postgresql-13-pg-csv |
| Source | pg-csv |
| Version | 1.0.1-1.pgdg13+1 |
| Architecture | amd64 |
| Maintainer | Debian PostgreSQL Maintainers |
| Installed-Size | 59 |
| Depends | postgresql-13, libc6 (>= 2.4) |
| Breaks | postgresql-13-jit-llvm (<< 19) |
| 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.pgdg13+1_amd64.deb |
| Size | 17256 |
| SHA512 | 124ce6e4ea852e08afe0029e308247ebce001061643b20eb6c083a028aac7fca8cd39fe60652e7b9d6caf69e80e222098466fb9a306fe401c0e2ed261b78fa3a |
| SHA256 | 9f67a15684882acc0caeb36155d50a06d88a0af1e267b61d64043992774256d5 |
| SHA1 | de20c417f2c9fe3aea3d3c9f360075102cbf0ee9 |
| MD5sum | eaded25f27c97823cfda79a1e37ab58a |
| 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 |
| Description-md5 | |