mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
This is implemented as a per-column boolean option, rather than trying to match COPY's convention of a single option listing the column names. Shigeru Hanada, reviewed by KaiGai Kohei
34 B
34 B
| 1 | AAA | aaa |
|---|---|---|
| 2 | XYZ | xyz |
| 3 | NULL | NULL |
| 4 | ABC | abc |