projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ccfdf
)
Correct bogus syntax in SET example.
author
Tom Lane
Sun, 27 Feb 2000 21:07:03 +0000
(21:07 +0000)
committer
Tom Lane
Sun, 27 Feb 2000 21:07:03 +0000
(21:07 +0000)
doc/src/sgml/ref/set.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/set.sgml
b/doc/src/sgml/ref/set.sgml
index 7e00fced1ef09f4f2ff4b28b79e35777c23f83d3..87d4d6f09e1d1ded2f22326c169dfdf147efcc72 100644
(file)
--- a/
doc/src/sgml/ref/set.sgml
+++ b/
doc/src/sgml/ref/set.sgml
@@
-1,5
+1,5
@@
@@
-870,7
+870,7
@@
SET DATESTYLE TO 'ISO';
Enable GEQO for queries with 4 or more tables:
-SET GEQO
ON=4
;
+SET GEQO
= 'ON=4'
;
Set GEQO to default: