OID in $_TD->{new}/$_TD->{old}

From: Antonio José García Lagar <antonio(at)c17(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: OID in $_TD->{new}/$_TD->{old}
Date: 2009-07-29 14:35:29
Message-ID: 1248878129.7245.2.camel@nabuconodosor
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It is posible to access to the row OID of the row which fired a pl/perl
trigger?

If I try to access to $_TD->{new}{oid} or $_TD->{old}{oid} I have no
result.

Thanks in advance!
--
Antonio José García Lagar <antonio(at)c17(dot)net>
Compact Software International SA
http://www.c17.net

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Gobeille 2009-07-29 14:44:13 Re: combining db's- importing primary keys
Previous Message Brodie Thiesfield 2009-07-29 14:31:39 How to prevent duplicate key error when two processes do DELETE/INSERT simultaneously?