projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1676753
)
7.4devel now supports SQL:1999's "enhanced trigger capability" (which
author
Bruce Momjian
Sun, 24 Nov 2002 03:15:55 +0000
(
03:15
+0000)
committer
Bruce Momjian
Sun, 24 Nov 2002 03:15:55 +0000
(
03:15
+0000)
is just FOR EACH STATEMENT triggers, AFAICS); this patch updates the
SQL conformance docs to note that.
Neil Conway
doc/src/sgml/features.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/features.sgml
b/doc/src/sgml/features.sgml
index a1a016c6dc86619b2452ac552da1748efe4e4c96..cfff0f29ad6826fc6efaad98eaf35942c1ba8a71 100644
(file)
--- a/
doc/src/sgml/features.sgml
+++ b/
doc/src/sgml/features.sgml
@@
-1,5
+1,5
@@
@@
-1284,6
+1284,12
@@
$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.9 2002/11/17 13:28:43 pet
TRIGGER privilege
+
+
T212
+
Enhanced integrity management
+
Enhanced trigger capability
+
+
T231
@@
-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
-
-
T212
-
Enhanced integrity management
-
Enhanced trigger capability
-
-
T251