Problems with copy

Поиск
Список
Период
Сортировка
От Fred Soustra
Тема Problems with copy
Дата
Msg-id 20030314084045.GA21634@sus.mcgill.ca
обсуждение исходный текст
Ответы Re: Problems with copy  ("Patrick Hatcher" <PHatcher@macys.com>)
Список pgsql-novice
Hi, I am trying to import data from a cvs, file using copy the only problem i
have is that the first field of my table is automatically generated.
So I wanted to know if there is a way to select which columns copy should use.
the command i am running is the following

copy client from
'/path/client.del' using
delimiters ',';

Can i get it to do something like
import from file foo insert into (col2,col3 ...) ?

Thanx

Fred

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: [SQL] SERIAL does not ROLLBACK
Следующее
От: "IT Contractors (P) Ltd"
Дата:
Сообщение: postgreSQL - problem with connection