11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.47 2004/03/2301:23:48 tgl Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.48 2004/03/2302:47:35 neilc Exp $
33PostgreSQL documentation
44-->
55
@@ -93,8 +93,9 @@ PostgreSQL documentation
9393 <listitem>
9494 <para>
9595 Enables run-time assertion checks, which is a debugging aid to
96- detect programming mistakes. This is only available if it was
97- enabled during compilation. If so, the default is on.
96+ detect programming mistakes. This option is only available if
97+ assertions were enabled when <productname>PostgreSQL</> was
98+ compiled. If so, the default is on.
9899 </para>
99100 </listitem>
100101 </varlistentry>
@@ -104,8 +105,9 @@ PostgreSQL documentation
104105 <listitem>
105106 <para>
106107Sets the number of shared buffers for use by the server
107- processes. This value defaults to 64 buffers, where each
108- buffer is 8 kB.
108+ processes. The default value of this parameter is chosen
109+ automatically by <application>initdb</application>; refer to <xref
110+ linkend="runtime-config-resource-memory"> for more information.
109111 </para>
110112 </listitem>
111113 </varlistentry>
@@ -114,11 +116,12 @@ PostgreSQL documentation
114116 <term><option>-c <replaceable>name</replaceable>=<replaceable>value</replaceable></option></term>
115117 <listitem>
116118 <para>
117- Sets a named run-time parameter. Consult <xref linkend="runtime-config"> for
118- a list and descriptions. Most of the other command line
119- options are in fact short forms of such a parameter
120- assignment. <option>-c</> can appear multiple times to set
121- multiple parameters.
119+ Sets a named run-time parameter. The configuration parameters
120+ supported by <productname>PostgreSQL</productname> are
121+ described in <xref linkend="runtime-config">. Most of the
122+ other command line options are in fact short forms of such a
123+ parameter assignment. <option>-c</> can appear multiple times
124+ to set multiple parameters.
122125 </para>
123126 </listitem>
124127 </varlistentry>
@@ -129,7 +132,7 @@ PostgreSQL documentation
129132 <para>
130133 Sets the debug level. The higher this value is set, the more
131134 debugging output is written to the server log. Values are from
132- 1 to 5.
135+ 1 to 5.
133136 </para>
134137 </listitem>
135138 </varlistentry>
@@ -150,10 +153,11 @@ PostgreSQL documentation
150153 <para>
151154 Disables <function>fsync</function> calls for performance
152155 improvement, at the risk of data corruption in event of a
153- system crash.This optioncorresponds to setting
154- <literal>fsync=false</> in <filename>postgresql.conf</>. Read the detailed
155- documentation before using this!
156+ system crash.Specifying this optionis equivalent to
157+ disabling the <xref linkend="guc-fsync"> configuration
158+ parameter. Read the detailed documentation before using this!
156159 </para>
160+
157161 <para>
158162 <option>--fsync=true</option> has the opposite effect
159163 of this option.
@@ -167,15 +171,15 @@ PostgreSQL documentation
167171 <para>
168172 Specifies the IP host name or address on which the
169173 <command>postmaster</command> is to listen for TCP/IP
170- connections from client applications. The value can also be
171- a space-separated list of addresses, or <literal>*</> to specify
172- listening on all available interfaces. An empty value specifies
173- not listening on any IP addresses, in which case only Unix-domain
174- sockets can be used to connect to the <command>postmaster</command>.
175- Defaults to listening only
176- on <systemitem class="systemname">localhost</systemitem>.
177- This option is equivalent to setting<literal>listen_addresses</> in
178- <filename>postgresql.conf</ >.
174+ connections from client applications. The value can also be a
175+ space-separated list of addresses, or <literal>*</> to specify
176+ listening on all available interfaces. An empty value
177+ specifies not listening on any IP addresses, in which case
178+ only Unix-domain sockets can be used to connect to the
179+ <command>postmaster</command>. Defaults to listening only on
180+ <systemitem class="systemname">localhost</systemitem>.
181+ Specifying this option is equivalent to settingthe <xref
182+ linkend="guc-listen-addresses" >.
179183 </para>
180184 </listitem>
181185 </varlistentry>
@@ -187,13 +191,13 @@ PostgreSQL documentation
187191 Allows remote clients to connect via TCP/IP (Internet domain)
188192 connections. Without this option, only local connections are
189193 accepted. This option is equivalent to setting
190- <literal >listen_addresses</> to <literal>*</> in
194+ <varname >listen_addresses</> to <literal>*</> in
191195 <filename>postgresql.conf</> or via <option>-h</>.
192196 </para>
193197 <para>
194198 This option is deprecated since it does not allow access to the
195- full functionality of <literal>listen_addresses</>. It's usually
196- better to set <literal >listen_addresses</> directly.
199+ full functionality of <xref linkend="guc-listen-addresses">.
200+ It's usually better to set <varname >listen_addresses</> directly.
197201 </para>
198202 </listitem>
199203 </varlistentry>
@@ -214,8 +218,11 @@ PostgreSQL documentation
214218 <term><option>-l</option></term>
215219 <listitem>
216220 <para>
217- Enables secure connections using SSL. You must have compiled with SSL
218- enabled to use this option.
221+ Enables secure connections using <acronym>SSL</acronym>.
222+ <productname>PostgreSQL</productname> must have been compiled with
223+ support for <acronym>SSL</acronym> for this option to be
224+ available. For more information on using <acronym>SSL</acronym>,
225+ refer to <xref linkend="ssl-tcp">.
219226 </para>
220227 </listitem>
221228 </varlistentry>
@@ -231,7 +238,8 @@ PostgreSQL documentation
231238<option>-B</option> is required to be at least twice
232239<option>-N</option>. See <xref linkend="kernel-resources"> for a discussion of
233240system resource requirements for large numbers of client
234- connections.)
241+ connections.) Specifying this option is equivalent to setting the
242+ <xref linkend="guc-max-connections"> configuration parameter.
235243 </para>
236244 </listitem>
237245 </varlistentry>