-
The CSV output format in psql
The CSV Output Format in psql — CSV is a convenient and generic (if slightly flaky) data interchange format that Postgres has supported in various ways for years. Postgres 12 takes things a step further by letting psql output all tabular results in CSV, if you so choose.
Appears in lists (1)
More like this (3)
-
comma-csv/comma
Comma: A CSV Generation Extension for Ruby Objects — Define an output format in a basic...
-
paulspringett/csv_shaper
CSV Shaper: A DSL for Creating CSV Output — Kicking data into shape for CSV output...
-
tibkiss/es2postgres
es2postgres: An ElasticSearch to Postgres Loader — Uses es2csv, xsv, sed and psql to periodically move...