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
This commit is contained in:
Bruce Momjian 2002-11-24 03:15:55 +00:00
parent 1676753e2b
commit 6bfc09baf4

View File

@ -1,5 +1,5 @@
<!-- <!--
$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
<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
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>