projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4d324
)
Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE and
author
Tom Lane
Tue, 30 Dec 2003 23:36:19 +0000
(23:36 +0000)
committer
Tom Lane
Tue, 30 Dec 2003 23:36:19 +0000
(23:36 +0000)
LC_CTYPE settings of a database.
doc/src/sgml/charset.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/charset.sgml
b/doc/src/sgml/charset.sgml
index 6b47efccab5ee2ea6e38fa0cd5710ab45d5ba015..7a324ea965e74c4cfc74a3875322f24c3afe17bc 100644
(file)
--- a/
doc/src/sgml/charset.sgml
+++ b/
doc/src/sgml/charset.sgml
@@
-1,4
+1,4
@@
-
+
Localization>
@@
-235,8
+235,7
@@
initdb --locale=sv_SE
settings including
LC_MESSAGES> and
LC_MONETARY>
are initially determined by the environment the server is started
in. You can check the
LC_COLLATE> and
LC_CTYPE>
- settings of a database with the utility program
-
pg_controldata>.
+ settings of a database using the
SHOW> command.