Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00b24e1

Browse files
committed
Update comment to reflect that LC_COLLATE and LC_CTYPE are now
per-database settings.
1 parentdff2673 commit00b24e1

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 fixedby initdb, stored inpg_control, and cannotbe changed.
15-
* Thus, the effects of strcoll(), strxfrm(), isupper(), toupper(),
16-
* etc. are always in the same fixed locale.
14+
* are fixedat CREATE DATABASE time, stored inpg_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)

[8]ページ先頭

©2009-2025 Movatter.jp