@@ -314,7 +314,7 @@ initdb --locale=sv_SE
314
314
A locale can be selected separately for each database. The SQL command
315
315
<command>CREATE DATABASE</command> and its command-line equivalent
316
316
<command>createdb</command> have options for that. Use this for example
317
- if a database cluster houses databases for multipletennants with
317
+ if a database cluster houses databases for multipletenants with
318
318
different requirements.
319
319
</para>
320
320
</listitem>
@@ -346,7 +346,7 @@ initdb --locale=sv_SE
346
346
providers</firstterm>. This specifies which library supplies the locale
347
347
data. One standard provider name is <literal>libc</literal>, which uses
348
348
the locales provided by the operating system C library. These are the
349
- localesthat most tools provided by the operating system use . Another
349
+ localesused by most tools provided by the operating system. Another
350
350
provider is <literal>icu</literal>, which uses the external
351
351
ICU<indexterm><primary>ICU</primary></indexterm> library. ICU locales can
352
352
only be used if support for ICU was configured when PostgreSQL was built.
@@ -361,8 +361,8 @@ initdb --locale=sv_SE
361
361
<programlisting>
362
362
initdb --locale-provider=icu --icu-locale=en
363
363
</programlisting>
364
- See the description of the respective commands and programs for the
365
- respective details. Note that you can mix locale providerson different
364
+ See the description of the respective commands and programs for
365
+ details. Note that you can mix locale providersat different
366
366
granularities, for example use <literal>libc</literal> by default for the
367
367
cluster but have one database that uses the <literal>icu</literal>
368
368
provider, and then have collation objects using either provider within
@@ -610,8 +610,8 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
610
610
definition has a <firstterm>provider</firstterm> that specifies which
611
611
library supplies the locale data. One standard provider name
612
612
is <literal>libc</literal>, which uses the locales provided by the
613
- operating system C library. These are the localesthat most tools
614
- provided by the operating system use . Another provider
613
+ operating system C library. These are the localesused by most tools
614
+ provided by the operating system. Another provider
615
615
is <literal>icu</literal>, which uses the external
616
616
ICU<indexterm><primary>ICU</primary></indexterm> library. ICU locales can only be
617
617
used if support for ICU was configured when PostgreSQL was built.