| Package | postgresql-12-pg-csv |
| Source | pg-csv |
| Version | 1.0.1-1.pgdg13+1 |
| Architecture | amd64 |
| Maintainer | Debian PostgreSQL Maintainers |
| Installed-Size | 58 |
| Depends | postgresql-12, libc6 (>= 2.4) |
| Breaks | postgresql-12-jit-llvm (<< 19) |
| Homepage | https://github.com/PostgREST/pg_csv/ |
| Priority | optional |
| Section | database |
| Filename | pool/main/p/pg-csv/postgresql-12-pg-csv_1.0.1-1.pgdg13+1_amd64.deb |
| Size | 17380 |
| SHA512 | 083af390ee50e742533ff5136975db8292adb741429da78ad43e6800b2deb280b53bfc19254a7390aa1892efb145e30afb4f0e1793add120d768cd6fac47a5bc |
| SHA256 | bc4a31b256a151535cdf6dbb190e0b455b91441f9bba88cdcc19f8aec0a400fd |
| SHA1 | dc32fd375c6798f18403f4ec1b756b48af211200 |
| MD5sum | 22ee6d1de4526245f486bd91f663d8ee |
| 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 | |