From 0d849e104982868aa25aabce95e5ffca729b788d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Sep 2008 16:30:26 +0000 Subject: [PATCH] Fix markup tag error, envvar -> envar. --- doc/src/sgml/charset.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 53d67c4832..ef7aff5445 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -321,7 +321,7 @@ initdb --locale=sv_SE An important restriction, however, is that each database's character set must be compatible with the database's LC_CTYPE and - LC_COLLATE locale settings. For C or + LC_COLLATE locale settings. For C or POSIX locale, any character set is allowed, but for other locales there is only one character set that will work correctly. -- 2.39.5