Mistake in PostgreSQL Tutorial ? - Mailing list pgsql-bugs

From Denis Faivre
Subject Mistake in PostgreSQL Tutorial ?
Date
Msg-id 000001bf318d$c5507f40$02085ca0@globops
Whole thread Raw
List pgsql-bugs
File : tutorial\x1272.htm
The example for populating a class with instances using COPY does not work.

COPY INTO weather FROM '/home/user/weather.txt' USING DELIMITERS '|';

causes an error because of the keyword INTO.
I think that the right command should be :

COPY weather FROM '/home/user/weather.txt' USING DELIMITERS '|';

My .02 cents ;-)

-- Denis Faivre - dfaivre@ablivio.com
-- Ablivio - http://www.ablivio.com



pgsql-bugs by date:

Previous
From: Joseph Shraibman
Date:
Subject: jdbc does not work on with blackdown jdk1.2-prev2
Next
From: "Oliver Elphick"
Date:
Subject: Bug#50579: Discrepancies between libpq++ and its documentation (fwd)