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 a
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 [, ...] ) ]
FR