Re: pgsql problem - Mailing list pgsql-sql

From Christoph Haller
Subject Re: pgsql problem
Date
Msg-id 3E5E23B1.5D8049C5@rodos.fzk.de
Whole thread Raw
In response to pgsql problem  ("Grignon Etienne" <egrignon@egrignon.com>)
List pgsql-sql
>
> CREATE TRIGGER OnCreateUser
> AFTER INSERT
> ON users FOR EACH ROW
> EXECUTE PROCEDURE CreateUserTrig();
>
Have you thought of using BEFORE INSERT instead of AFTER INSERT?

Regards, Christoph




pgsql-sql by date:

Previous
From: Christoph Haller
Date:
Subject: Re: Copy from a SELECT
Next
From: "Valerie Goodman"
Date:
Subject: Re: Copy from a SELECT