copy table from...

Поиск
Список
Период
Сортировка
От Sandeep Joshi
Тема copy table from...
Дата
Msg-id 3A1B0343.1216887@zambeel.com
обсуждение исходный текст
Ответы Re: copy table from...  (John Gray <jgray@beansindustry.co.uk>)
Список pgsql-general
I am trying to copy data from an ascii file into the table;
I get following error. can anybody explain why? solution if possible;
 copy: line 1, pg_atoi: error in "tom": can't parse "tom "

create sequence film_id start 1;
create table zuser ( film_id int4 default NEXTVAL('film_id'), name
char(10));

data file has following contents:

unbreakable
sixthsense
nerds
buggy

Sandeep


В списке pgsql-general по дате отправления:

Предыдущее
От: Dave Smith
Дата:
Сообщение: Re: Trying to build 7.0.3 on SCO 5.0.4
Следующее
От: oberpwd@anubis.network.com (Wade D. Oberpriller)
Дата:
Сообщение: Core dumps, i.e. how to track down a problem