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

Commit188eda0

Browse files
committed
Consistenly lowercase GUC variable names, in docs and error messages.
1 parent8e27be4 commit188eda0

File tree

7 files changed

+170
-170
lines changed

7 files changed

+170
-170
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.38 2003/08/31 17:32:18 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.39 2003/09/11 18:30:38 momjian Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -769,7 +769,7 @@ char *pg_encoding_to_char(int <replaceable>encoding_id</replaceable>);
769769

770770
<listitem>
771771
<para>
772-
Using <command>SETCLIENT_ENCODING TO</command>.
772+
Using <command>SETclient_encoding TO</command>.
773773

774774
Setting the client encoding can be done with this SQL command:
775775

@@ -786,13 +786,13 @@ SET NAMES '<replaceable>value</>';
786786
To query the current client encoding:
787787

788788
<programlisting>
789-
SHOWCLIENT_ENCODING;
789+
SHOWclient_encoding;
790790
</programlisting>
791791

792792
To return to the default encoding:
793793

794794
<programlisting>
795-
RESETCLIENT_ENCODING;
795+
RESETclient_encoding;
796796
</programlisting>
797797
</para>
798798
</listitem>

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.171 2003/09/1117:26:20 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.172 2003/09/1118:30:38 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -3435,7 +3435,7 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
34353435

34363436
<para>
34373437
Normally the flavor of RE being used is determined by
3438-
<varname>REGEX_FLAVOR</>.
3438+
<varname>regex_flavor</>.
34393439
However, this can be overridden by a <firstterm>director</> prefix.
34403440
If an RE of any flavor begins with <literal>***:</>,
34413441
the rest of the RE is taken as an ARE.
@@ -3762,7 +3762,7 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
37623762

37633763
While these differences are unlikely to create a problem for most
37643764
applications, you can avoid them if necessary by
3765-
setting <varname>REGEX_FLAVOR</> to <literal>extended</>.
3765+
setting <varname>regex_flavor</> to <literal>extended</>.
37663766
</para>
37673767
</sect3>
37683768

‎doc/src/sgml/perform.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/perform.sgml,v 1.32 2003/09/1117:31:45 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/perform.sgml,v 1.33 2003/09/1118:30:38 momjian Exp $
33
-->
44

55
<chapter id="performance-tips">
@@ -603,7 +603,7 @@ SELECT * FROM a, b, c WHERE a.id = b.id AND b.ref = c.id;
603603
<productname>PostgreSQL</productname> planner will switch from exhaustive
604604
search to a <firstterm>genetic</firstterm> probabilistic search
605605
through a limited number of possibilities. (The switch-over threshold is
606-
set by the <varname>GEQO_THRESHOLD</varname> run-time
606+
set by the <varname>geqo_threshold</varname> run-time
607607
parameter.)
608608
The genetic search takes less time, but it won't
609609
necessarily find the best possible plan.

‎doc/src/sgml/plpgsql.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/plpgsql.sgml,v 1.23 2003/09/1117:31:45 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v 1.24 2003/09/1118:30:38 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1350,7 +1350,7 @@ SELECT * FROM some_func();
13501350
allow users to allow users to define set-returning functions
13511351
that do not have this limitation. Currently, the point at
13521352
which data begins being written to disk is controlled by the
1353-
<varname>SORT_MEM</> configuration variable. Administrators
1353+
<varname>sort_mem</> configuration variable. Administrators
13541354
who have sufficient memory to store larger result sets in
13551355
memory should consider increasing this parameter.
13561356
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp