mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 01:31:22 -04:00
o -Allow dump/load of CSV format
This adds new keywords to COPY and \copy:
CSV - enable CSV mode (comma separated variable)
QUOTE - specify quote character
ESCAPE - specify escape character
FORCE - force quoting of specified column
LITERAL - suppress null comparison for columns
Doc changes included. Regression updates coming from Andrew.
|
||
|---|---|---|
| .. | ||
| FAQ | ||
| sgml | ||
| Makefile | ||