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 not the same.
Possibly we should try to converge \copy's syntax with COPY's a little
better... I'm not sure they could be made exactly alike though.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match