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

Commit86422cb

Browse files
committed
Minor copy-editing.
1 parent822f260 commit86422cb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.197 2008/11/2119:42:12 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.198 2008/11/2120:21:59 tgl Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -32,7 +32,8 @@
3232
Some settings specify a memory or time value. Each of these has an
3333
implicit unit, which is either kilobytes, blocks (typically eight
3434
kilobytes), milliseconds, seconds, or minutes. Default units can be
35-
queried by referencing <literal>pg_settings.unit</>. For convenience,
35+
found by referencing <structname>pg_settings</>.<structfield>unit</>.
36+
For convenience,
3637
a different unit can also be specified explicitly. Valid memory units
3738
are <literal>kB</literal> (kilobytes), <literal>MB</literal>
3839
(megabytes), and <literal>GB</literal> (gigabytes); valid time units
@@ -43,10 +44,11 @@
4344
</para>
4445

4546
<para>
46-
Settings of type 'enum' are specified the same way at string settings,
47-
but are restricted to a limited range of values. To find available
48-
values, look at <literal>pg_settings.enumvals</>. Enum settings are
49-
case insensitive.
47+
Parameters of type <quote>enum</> are specified in the same way as string
48+
parameters, but are restricted to a limited set of values. The allowed
49+
values can be found
50+
from <structname>pg_settings</>.<structfield>enumvals</>.
51+
Enum parameter values are case-insensitive.
5052
</para>
5153

5254
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp