|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.197 2008/11/21 19:42:12 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.198 2008/11/21 20:21:59 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config"> |
4 | 4 | <title>Server Configuration</title> |
|
32 | 32 | Some settings specify a memory or time value. Each of these has an |
33 | 33 | implicit unit, which is either kilobytes, blocks (typically eight |
34 | 34 | 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, |
36 | 37 | a different unit can also be specified explicitly. Valid memory units |
37 | 38 | are <literal>kB</literal> (kilobytes), <literal>MB</literal> |
38 | 39 | (megabytes), and <literal>GB</literal> (gigabytes); valid time units |
|
43 | 44 | </para> |
44 | 45 |
|
45 | 46 | <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. |
50 | 52 | </para> |
51 | 53 |
|
52 | 54 | <para> |
|
0 commit comments