Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
85eee28c
Commit
85eee28c
authored
19 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Minor improvements to locale documentation.
parent
5f0a974e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/charset.sgml
+18
-7
18 additions, 7 deletions
doc/src/sgml/charset.sgml
with
18 additions
and
7 deletions
doc/src/sgml/charset.sgml
+
18
−
7
View file @
85eee28c
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.7
1
2005/0
3
/1
7 00:22:24 neilc
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.7
2
2005/0
4
/1
6 16:50:01 tgl
Exp $ -->
<chapter id="charset">
<chapter id="charset">
<title>Localization</>
<title>Localization</>
...
@@ -145,9 +145,9 @@ initdb --locale=sv_SE
...
@@ -145,9 +145,9 @@ initdb --locale=sv_SE
linkend="runtime-config-client-format"> for details). The defaults that are
linkend="runtime-config-client-format"> for details). The defaults that are
chosen by <command>initdb</command> are actually only written into
chosen by <command>initdb</command> are actually only written into
the configuration file <filename>postgresql.conf</filename> to
the configuration file <filename>postgresql.conf</filename> to
serve as defaults when the server is started. If you delete the
serve as defaults when the server is started. If you delete the
se
assignments from <filename>postgresql.conf</filename> then the
assignments from <filename>postgresql.conf</filename> then the
server will inherit the settings from
the
execution environment.
server will inherit the settings from
its
execution environment.
</para>
</para>
<para>
<para>
...
@@ -192,12 +192,12 @@ initdb --locale=sv_SE
...
@@ -192,12 +192,12 @@ initdb --locale=sv_SE
<title>Behavior</>
<title>Behavior</>
<para>
<para>
L
ocale s
upport
influence
s
the following features:
The l
ocale s
ettings
influence the following
SQL
features:
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
Sort order in queries using <literal>ORDER BY</>
Sort order in queries using <literal>ORDER BY</>
on textual data
<indexterm><primary>ORDER BY</><secondary>and locales</></indexterm>
<indexterm><primary>ORDER BY</><secondary>and locales</></indexterm>
</para>
</para>
</listitem>
</listitem>
...
@@ -209,9 +209,19 @@ initdb --locale=sv_SE
...
@@ -209,9 +209,19 @@ initdb --locale=sv_SE
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
The <function>upper</>, <function>lower</>, and <function>initcap</>
functions
<indexterm><primary>upper</><secondary>and locales</></indexterm>
<indexterm><primary>lower</><secondary>and locales</></indexterm>
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
The <function>to_char</> family of functions
The <function>to_char</> family of functions
<indexterm><primary>to_char</><secondary>and locales</></indexterm>
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>
...
@@ -294,7 +304,7 @@ initdb --locale=sv_SE
...
@@ -294,7 +304,7 @@ initdb --locale=sv_SE
allows you to store text in a variety of character sets, including
allows you to store text in a variety of character sets, including
single-byte character sets such as the ISO 8859 series and
single-byte character sets such as the ISO 8859 series and
multiple-byte character sets such as <acronym>EUC</> (Extended Unix
multiple-byte character sets such as <acronym>EUC</> (Extended Unix
Code), UTF8, and Mule internal code. All character sets can be
Code), UTF
-
8, and Mule internal code. All character sets can be
used transparently throughout the server. (If you use extension
used transparently throughout the server. (If you use extension
functions from other sources, it depends on whether they wrote
functions from other sources, it depends on whether they wrote
their code correctly.) The default character set is selected while
their code correctly.) The default character set is selected while
...
@@ -603,7 +613,8 @@ initdb -E EUC_JP
...
@@ -603,7 +613,8 @@ initdb -E EUC_JP
can use <option>--encoding</option> instead of
can use <option>--encoding</option> instead of
<option>-E</option> if you prefer to type longer option strings.
<option>-E</option> if you prefer to type longer option strings.
If no <option>-E</> or <option>--encoding</option> option is
If no <option>-E</> or <option>--encoding</option> option is
given, <literal>SQL_ASCII</> is used.
given, <command>initdb</> attempts to determine the appropriate
encoding to use based on the specified or default locale.
</para>
</para>
<para>
<para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment