[HACKERS] psql copy help

2003-10-28 Thread Steve Crawford
The psql help for copy (version=7.3.2 and several others) appears incorrect (or perhaps the command parser is at fault - in any case the help doesn't match reality): steve=# \h copy Command: COPY Description: copy data between files and tables Syntax: COPY table [ ( column [, ...] ) ]

Re: [HACKERS] psql copy help

2003-10-28 Thread Tom Lane
Steve Crawford [EMAIL PROTECTED] writes: The psql help for copy (version=7.3.2 and several others) appears incorrect (or perhaps the command parser is at fault - in any case the help doesn't match reality): You seem to be confusing the SQL command COPY with the psql command \copy. They are