projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416fcd9
)
The attached patch fixes a typo in the documentation for SET
author
Bruce Momjian
Mon, 3 Jun 2002 01:10:38 +0000
(
01:10
+0000)
committer
Bruce Momjian
Mon, 3 Jun 2002 01:10:38 +0000
(
01:10
+0000)
CONSTRAINTS.
Neil Conway
doc/src/sgml/ref/set_constraints.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/set_constraints.sgml
b/doc/src/sgml/ref/set_constraints.sgml
index be0a9eb8fbb9d25e145c4b2c28593016aadaa779..ed15b09a24cc049eec237f268084b4fa6f1619ff 100644
(file)
--- a/
doc/src/sgml/ref/set_constraints.sgml
+++ b/
doc/src/sgml/ref/set_constraints.sgml
@@
-1,4
+1,4
@@
-
+
SET CONSTRAINTS
@@
-51,7
+51,7
@@
SET CONSTRAINTS { ALL |
constraint
SQL92, SQL99
-
SET CONSTRAINT
is defined in
+
SET CONSTRAINT
S
is defined in
SQL92
and
SQL99
.