COPY, \copy with defaults

Поиск
Список
Период
Сортировка
От CSN
Тема COPY, \copy with defaults
Дата
Msg-id 20040809043135.58459.qmail@web52909.mail.yahoo.com
обсуждение исходный текст
Ответы Re: COPY, \copy with defaults  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I guess this is a feature request since I can't figure
out a way to do it directly in postgresql (plus
COPY/\copy isn't in SQL specs). Often when I import
data I need to assign foreign key id's, timestamps,
etc. How about a syntax something like:

\copy tablename (col1, col2, col3, fkid=8,
ts1='2004-8-8') from 'data.csv'

or maybe add a defaults clause after "with":

\copy tablename (col1, col2, col3) from 'data.csv'
with defaults (fkid=8,ts1='2004-8-8')

Or if anybody knows of a better/existing way please
feel free. :)

CSN

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: PostgreSQL 7.4.2 allows foreign key violation
Следующее
От: CSN
Дата:
Сообщение: PostgreSQL 8.0 Feature List?