Setting rule on COPY command

Поиск
Список
Период
Сортировка
От dcpatel@hss.hns.com (D C Patel)
Тема Setting rule on COPY command
Дата
Msg-id 3bee17c5.0302040326.4be1be53@posting.google.com
обсуждение исходный текст
Список pgsql-general
I have been copying the bulk amount of data from an ascii file to
database to avoid delay in individual insertion. However I couldn't
get any method to put a rule for inserting the row while copying, like
it happens when individual INSERT command is executed.One can apply a
rule for Insertion/Delete/Update. Is it possible to have the same kind
of Rule functionality for COPY, where a rule will be applicable for
individual row when more than 1 row is being copied from file to
database at a time ?
OR any other functionality equivalent to rule on individual INSERT ?
Thanks.
Deep

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

Предыдущее
От: bford@markem.com (BRIAN)
Дата:
Сообщение: PostgreSQL v MSSQL
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: 7.2.1: coalesce double-calls function?