mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
doc: Add more compatibility information for triggers
Louis-Claude Canon and Josh Kupershmidt
This commit is contained in:
parent
4f36292669
commit
8e8d0f7e80
@ -484,7 +484,8 @@ CREATE TRIGGER view_insert
|
|||||||
<para>
|
<para>
|
||||||
The <command>CREATE TRIGGER</command> statement in
|
The <command>CREATE TRIGGER</command> statement in
|
||||||
<productname>PostgreSQL</productname> implements a subset of the
|
<productname>PostgreSQL</productname> implements a subset of the
|
||||||
<acronym>SQL</> standard. The following functionality is currently missing:
|
<acronym>SQL</> standard. The following functionalities are currently
|
||||||
|
missing:
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -500,6 +501,16 @@ CREATE TRIGGER view_insert
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<productname>PostgreSQL</productname> 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
|
||||||
|
<literal>OLD TABLE</literal> and <literal>NEW TABLE</literal> clauses in
|
||||||
|
the <acronym>SQL</> standard.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><productname>PostgreSQL</productname> only allows the execution
|
<para><productname>PostgreSQL</productname> only allows the execution
|
||||||
of a user-defined function for the triggered action. The standard
|
of a user-defined function for the triggered action. The standard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user