Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80b7955

Browse files
committed
Correct bogus syntax in SET example.
1 parent84ccfdf commit80b7955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/set.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.30 2000/02/19 08:14:54 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.31 2000/02/27 21:07:03 tgl Exp $
33
Postgres documentation
44
-->
55

@@ -870,7 +870,7 @@ SET DATESTYLE TO 'ISO';
870870
Enable GEQO for queries with 4 or more tables:
871871

872872
<programlisting>
873-
SET GEQO ON=4;
873+
SET GEQO= 'ON=4';
874874
</programlisting>
875875

876876
Set GEQO to default:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp