Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 00b24e1

Browse files
committed
Update comment to reflect that LC_COLLATE and LC_CTYPE are now
per-database settings.
1 parent dff2673 commit 00b24e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/utils/adt/pg_locale.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
*
55
* Portions Copyright (c) 2002-2009, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_locale.c,v 1.48 2009/01/27 12:45:09 mha Exp $
7+
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_locale.c,v 1.49 2009/04/01 09:17:32 heikki Exp $
88
*
99
*-----------------------------------------------------------------------
1010
*/
1111

1212
/*----------
1313
* Here is how the locale stuff is handled: LC_COLLATE and LC_CTYPE
14-
* are fixed by initdb, stored in pg_control, and cannot be changed.
15-
* Thus, the effects of strcoll(), strxfrm(), isupper(), toupper(),
16-
* etc. are always in the same fixed locale.
14+
* are fixed at CREATE DATABASE time, stored in pg_database, and cannot
15+
* be changed. Thus, the effects of strcoll(), strxfrm(), isupper(),
16+
* toupper(), etc. are always in the same fixed locale.
1717
*
1818
* LC_MESSAGES is settable at run time and will take effect
1919
* immediately.

0 commit comments

Comments
 (0)