|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.51 2004/07/11 00:18:41 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.52 2004/09/20 00:04:19 neilc Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -84,7 +84,7 @@ PostgreSQL documentation
|
84 | 84 | point to a directory containing only configuration files:
|
85 | 85 | <filename>postgresql.conf</>, <filename>pg_hba.conf</>, and
|
86 | 86 | <filename>pg_ident.conf</>. You can then set
|
87 |
| - <filename>postgresql.conf</>'s <varname>pgdata</> to point to the |
| 87 | + <filename>postgresql.conf</>'s <varname>pgdata</> variable to point to the |
88 | 88 | data directory. You can also point just to the server configuration file
|
89 | 89 | like <filename>postgresql.conf</> and set its variables to point to the
|
90 | 90 | other configuration files and the data directory.
|
@@ -164,8 +164,8 @@ PostgreSQL documentation
|
164 | 164 | <term><option>-F</option></term>
|
165 | 165 | <listitem>
|
166 | 166 | <para>
|
167 |
| - Disables <function>fsync</function> calls for performance |
168 |
| - improvement, at the risk of data corruption in event of a |
| 167 | + Disables <function>fsync</function> calls for improved |
| 168 | + performance, at the risk of data corruption in the event of a |
169 | 169 | system crash. Specifying this option is equivalent to
|
170 | 170 | disabling the <xref linkend="guc-fsync"> configuration
|
171 | 171 | parameter. Read the detailed documentation before using this!
|
|
0 commit comments