Re: pgsql problem

From: Christoph Haller <ch(at)rodos(dot)fzk(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Cc: egrignon(at)egrignon(dot)com
Subject: Re: pgsql problem
Date: 2003-02-27 14:41:53
Message-ID: 3E5E23B1.5D8049C5@rodos.fzk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Hubert depesz Lubaczewski 2003-02-27 15:53:03 Re: how to return ONE single record from a function in plpgsql?
Previous Message Christoph Haller 2003-02-27 12:44:44 Re: Copy from a SELECT