From 80b7955d60f25d318458a5c047c0d7972b6eb107 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 27 Feb 2000 21:07:03 +0000 Subject: [PATCH] Correct bogus syntax in SET example. --- doc/src/sgml/ref/set.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 7e00fced1e..87d4d6f09e 100644 --- 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: -- 2.11.0