Skip to content
Snippets Groups Projects
Commit 80b7955d authored by Tom Lane's avatar Tom Lane
Browse files

Correct bogus syntax in SET example.

parent 84ccfdf0
No related branches found
No related tags found
No related merge requests found
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.30 2000/02/19 08:14:54 thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.31 2000/02/27 21:07:03 tgl Exp $
Postgres documentation
-->
......@@ -870,7 +870,7 @@ SET DATESTYLE TO 'ISO';
Enable GEQO for queries with 4 or more tables:
<programlisting>
SET GEQO ON=4;
SET GEQO = 'ON=4';
</programlisting>
Set GEQO to default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment