Correct bogus syntax in SET example.
authorTom Lane
Sun, 27 Feb 2000 21:07:03 +0000 (21:07 +0000)
committerTom Lane
Sun, 27 Feb 2000 21:07:03 +0000 (21:07 +0000)
doc/src/sgml/ref/set.sgml

index 7e00fced1ef09f4f2ff4b28b79e35777c23f83d3..87d4d6f09e1d1ded2f22326c169dfdf147efcc72 100644 (file)
@@ -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: