Re: COPY syntax improvement
От | Peter Eisentraut |
---|---|
Тема | Re: COPY syntax improvement |
Дата | |
Msg-id | Pine.LNX.4.44.0206192120500.929-100000@localhost.localdomain обсуждение исходный текст |
Ответ на | COPY syntax improvement (Bruce Momjian <pgman@candle.pha.pa.us>) |
Ответы |
Re: COPY syntax improvement
Re: COPY syntax improvement |
Список | pgsql-hackers |
Bruce Momjian writes: > COPY table > FROM { 'filename' | stdin } > [ [ WITH ] > [ BINARY ] > [ OIDS ] > [ DELIMITER 'delimiter' ] > [ NULL AS 'null string' ] ] I'm not sure what was wrong with the old syntax except for fixing the DELIMITER plural. For example, the current copy mytable with oids from stdin using delimiter '|'; reads very pleasantly, but copy mytable from stdin with oids delimiter '|'; isn't nearly as good. (E.g., it's not the oids' delimiter, and it's not *with* delimiter because you don't actually copy the delimiter, you just use it.) -- Peter Eisentraut peter_e@gmx.net
В списке pgsql-hackers по дате отправления: