@@ -141,7 +141,7 @@ PostgreSQL documentation
141
141
<!--
142
142
<para>
143
143
To alter the default collation order or character set classes, use the
144
- <option>-- lc-collate</option> and <option>- -lc-ctype</option> options.
144
+ <option>-- lc-collate</option> and <option>- -lc-ctype</option> options.
145
145
Collation orders other than <literal>C</> or <literal>POSIX</> also have
146
146
a performance penalty. For these reasons it is important to choose the
147
147
right locale when running <command>initdb</command>.
@@ -157,7 +157,7 @@ PostgreSQL documentation
157
157
<!--
158
158
<para>
159
159
The remaining locale categories can be changed later when the server
160
- is started. You can also use <option>- -locale</option> to set the
160
+ is started. You can also use <option>- -locale</option> to set the
161
161
default for all locale categories, including collation order and
162
162
character set classes. All server locale values (<literal>lc_*</>) can
163
163
be displayed via <command>SHOW ALL</>.
@@ -174,7 +174,7 @@ PostgreSQL documentation
174
174
175
175
<!--
176
176
<para>
177
- To alter the default encoding, use the <option>- -encoding</option>.
177
+ To alter the default encoding, use the <option>- -encoding</option>.
178
178
More details can be found in <xref linkend="multibyte">.
179
179
</para>
180
180
-->
@@ -347,7 +347,7 @@ PostgreSQL documentation
347
347
<listitem>
348
348
<!--
349
349
<para>
350
- Like <option>- -locale</option>, but only sets the locale in
350
+ Like <option>- -locale</option>, but only sets the locale in
351
351
the specified category.
352
352
</para>
353
353
-->
@@ -362,7 +362,7 @@ PostgreSQL documentation
362
362
<listitem>
363
363
<!--
364
364
<para>
365
- Equivalent to <option>- -locale=C</option>.
365
+ Equivalent to <option>- -locale=C</option>.
366
366
</para>
367
367
-->
368
368
<para>
0 commit comments