On Apr 11, 2011, at 11:56 PM, Willy-Bas Loos wrote: > My ON INSERT rule won't go off when I copy into it. > Is there a way to COPY into a RULE?
COPY Command does not respect rule on table, so please use trigger. Thanks & Regards, Vibhor Kumar EnterpriseDB Corporation The Enterprise PostgreSQL Company [email protected] Blog:http://vibhork.blogspot.com -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
