Louis-Claude Canon and Josh Kupershmidt
The CREATE TRIGGER statement in
PostgreSQL implements a subset of the
-
SQL> standard. The following functionality is currently missing:
+
SQL> standard. The following functionalities are currently
+ missing:
+
+
PostgreSQL does not allow the old and new
+ tables to be referenced in statement-level triggers, i.e., the tables
+ that contain all the old and/or new rows, which are referred to by the
+ OLD TABLE and NEW TABLE clauses in
+
+
+
PostgreSQL only allows the execution
of a user-defined function for the triggered action. The standard