OID on triggers

From: Igor Gavriloff <igor(at)nupes(dot)cefetpr(dot)br>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: OID on triggers
Date: 2000-07-16 21:56:46
Message-ID: 39722F9D.62A0D9C5@nupes.cefetpr.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello everyone,

I'm trying to execute a trigger (for each row) in a table that
inherits another one and trying to "see" the value of the OID field of
that row in the OLD record passed to the function, but the backend
returns the following:

ERROR: record old has no field oid

Is there anyway to implement this with pgplsql in 6.5.3? I
couldn't figure out if this is a bug in this version because I
couldn't try 7.0.2 (compiled ok, but didn't install properly) on my
Solaris machine.

Thanks in advance,
Igor.

--
Is your job running? You'd better go catch it!

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2000-07-16 22:15:33 libpgeasy symbol conflicts with libc ... libpgeasy loses
Previous Message Matt Fair 2000-07-16 19:40:11 JDBC Source