Re: [HACKERS] COPY syntax improvement

2002-06-24 Thread Peter Eisentraut
Bruce Momjian writes: > I thought there were complaints that the old COPY syntax just had too > many features stuffed in too many unusual places, Haven't ever seen one. This command has no precedent in other products, only years of going virtually unchanged in PostgreSQL. Changing it now and a

Re: [HACKERS] COPY syntax improvement

2002-06-24 Thread Bruce Momjian
Well, good points. I know there were some people who wanted a clearer syntax, so I supplied it. Seems you don't. I would like to hear from someone else who doesn't like the improved syntax before I consider changing things back.

[HACKERS] COPY syntax improvement

2002-06-18 Thread Bruce Momjian
I am working on the TODO item: o Change syntax to WITH DELIMITER, (keep old syntax around?) and I have added syntax so COPY can now accept all parameters at the end using WITH: COPY table FROM { 'filename' | stdin } [ [ WITH ] [ BINARY