Triggers & BLOB's

From: kevin kempter <kevin(at)kevinkempterllc(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Triggers & BLOB's
Date: 2008-09-12 21:01:39
Message-ID: 1C560AEB-0265-4021-B60C-2F20D1971126@kevinkempterllc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All;

Can I put an update/insert/delete trigger on a BLOB (lo_* style)
column, It looks like the trigger should actually live on the data
column of the pg_largeobject table to be effective. Is this correct ?

Thanks in advance...

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2008-09-12 21:07:17 Re: Triggers & BLOB's
Previous Message Alvaro Herrera 2008-09-12 19:55:39 Re: exporting/importing BLOB's (lo_* style)