Re: [SQL] getting the oid for a new tuple in a BEFORE trigger

From: Francesco Casadei <f_casadei(at)libero(dot)it>
To: Markus Wagner <wagner(at)imsd(dot)uni-mainz(dot)de>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [SQL] getting the oid for a new tuple in a BEFORE trigger
Date: 2001-08-30 09:05:23
Message-ID: 20010830110523.A1627@goku.kasby
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-sql

On Wed, Aug 29, 2001 at 11:15:08AM +0200, Markus Wagner wrote:
> Hi,
>
> we need to control database changes within BEFORE triggers.
> There is no problem with triggers called by update, but there is
> a problem with triggers called by insert.
>
> We strongly need to know the oid of a newly inserted tuple. In this case, we
> use tg_newtuple of the TriggerData structure passed to thetrigger function,
> and its t_data -> t_oid will have the value '0'.
>
> Using BEFORE and AFTER triggers would make our lives much harder.
>
> Is there any way (even hack) to get the oid the newly inserted tuple will
> receive?
>
> Thank you very much,
>
> Markus
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
> end of the original message

Read section 24.2.5.4 'Obtaining other results status' of the Programmer's
Guide. This is for the PL/pgSQL language, though.

Francesco Casadei

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tilman Schweitzer 2001-08-30 09:05:39 Re: Compaq iPAQ and Postgresql
Previous Message Jacob Vennervald Madsen 2001-08-30 09:04:39 RE: Default encoding in database

Browse pgsql-hackers by date

  From Date Subject
Next Message Jon Lapham 2001-08-30 12:39:56 Re: Odd rule behavior?
Previous Message Zeugswetter Andreas SB SD 2001-08-30 07:33:15 RE: Re: Toast,bytea, Text -blob all confusing

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-30 13:28:10 Re: getting the oid for a new tuple in a BEFORE trigger
Previous Message Giorgio Volpe 2001-08-30 08:12:53 Apache authentication with debian linux