inheritance of triggers (OO tables) - Mailing list pgsql-general

From Christoph Graf
Subject inheritance of triggers (OO tables)
Date
Msg-id 001101c3fe57$787d8e10$c30a0a0a@chrismobil2
Whole thread Raw
Responses Re: inheritance of triggers (OO tables)  (Scott Goodwin <scott@scottg.net>)
List pgsql-general
    Hi everybody!


As far as I have seen you can inherit from a table and get its columns.
Is there a possibility to also inherit a tables triggers? When I simply
derive a table from another I don't get them (-> they don't trigger). It
there is a way please tell me how I do this (and where I can find more
information about writing triggers in a OO sense - e.g. depending on
which table actually triggers, ...), if not where can I find information
about postgres object-orientation policy (if they plan to implement such
things, how they handle OO)?

    Yours,


    Christoph Graf



pgsql-general by date:

Previous
From: "culley harrelson"
Date:
Subject: Korean characters in a SQL_ASCII database?!?
Next
From: Paulovič Michal
Date:
Subject: SERIAL type - auto-increment grouped by other field