Incomplete compatibility information for triggers

From: Louis-Claude Canon <louis-claude(dot)canon(at)femto-st(dot)fr>
To: pgsql-docs(at)postgresql(dot)org
Subject: Incomplete compatibility information for triggers
Date: 2012-11-11 20:52:52
Message-ID: 50A01024.5010007@femto-st.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hello,

the compatibility section of the "create trigger" page
(http://www.postgresql.org/docs/devel/static/sql-createtrigger.html)
claims that a missing functionality is the ability to define aliases for
the "old" and "new" rows or tables. If I am understanding this
correctly, another related missing functionality is that PostgreSQL does
not allow the old and new tables to be referenced for statement-level
triggers (i.e., the "OLD TABLE" that contains all the deleted/modified
rows in case of deletion/update). I think this is also worth noting as
any workaround for it seems to be more difficult (if possible at all)
than for the missing alias feature.

Regards,

Louis-Claude Canon

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Mike Toews 2012-11-13 01:45:05 pg_dump -t '"Table"' for cmd.exe
Previous Message Andreas.Heiduk 2012-11-11 18:35:35 BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"