Setting rule on COPY command - Mailing list pgsql-general

From dcpatel@hss.hns.com (D C Patel)
Subject Setting rule on COPY command
Date
Msg-id 3bee17c5.0302040326.4be1be53@posting.google.com
Whole thread Raw
List 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 by date:

Previous
From: bford@markem.com (BRIAN)
Date:
Subject: PostgreSQL v MSSQL
Next
From: Kris Jurka
Date:
Subject: Re: 7.2.1: coalesce double-calls function?