Re: Triggers & BLOB's

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Triggers & BLOB's
Дата
Msg-id 20080912210717.GP8854@alvh.no-ip.org
обсуждение исходный текст
Ответ на Triggers & BLOB's  (kevin kempter <kevin@kevinkempterllc.com>)
Список pgsql-admin
kevin kempter wrote:
> 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 ?

You can't put a trigger in pg_largeobject.  Of course, you can put a
trigger in the table that you're storing the OID's in.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-admin по дате отправления:

Предыдущее
От: kevin kempter
Дата:
Сообщение: Triggers & BLOB's
Следующее
От: "hanumantha reddy"
Дата:
Сообщение: connecting to server