Mistake in PostgreSQL Tutorial ?

Поиск
Список
Период
Сортировка
От Denis Faivre
Тема Mistake in PostgreSQL Tutorial ?
Дата
Msg-id 000001bf318d$c5507f40$02085ca0@globops
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: jdbc does not work on with blackdown jdk1.2-prev2
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Bug#50579: Discrepancies between libpq++ and its documentation (fwd)