Commit 6bfc09ba authored by Bruce Momjian's avatar Bruce Momjian

7.4devel now supports SQL:1999's "enhanced trigger capability" (which

is just FOR EACH STATEMENT triggers, AFAICS); this patch updates the
SQL conformance docs to note that.

Neil Conway
parent 1676753e
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.9 2002/11/17 13:28:43 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.10 2002/11/24 03:15:55 momjian Exp $
--> -->
<appendix id="features"> <appendix id="features">
...@@ -1284,6 +1284,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.9 2002/11/17 13:28:43 pet ...@@ -1284,6 +1284,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.9 2002/11/17 13:28:43 pet
<entry>TRIGGER privilege</entry> <entry>TRIGGER privilege</entry>
<entry></entry> <entry></entry>
</row> </row>
<row>
<entry>T212</entry>
<entry>Enhanced integrity management</entry>
<entry>Enhanced trigger capability</entry>
<entry></entry>
</row>
<row> <row>
<entry>T231</entry> <entry>T231</entry>
<entry></entry> <entry></entry>
...@@ -2152,12 +2158,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.9 2002/11/17 13:28:43 pet ...@@ -2152,12 +2158,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.9 2002/11/17 13:28:43 pet
the order in which they were created</entry> the order in which they were created</entry>
<entry></entry> <entry></entry>
</row> </row>
<row>
<entry>T212</entry>
<entry>Enhanced integrity management</entry>
<entry>Enhanced trigger capability</entry>
<entry></entry>
</row>
<row> <row>
<entry>T251</entry> <entry>T251</entry>
<entry></entry> <entry></entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment