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

Commit8a9e329

Browse files
committed
Add description:
< Currently locale can only be set during initdb.> Currently locale can only be set during initdb. No global tables have> locale-aware columns. However, the database template used during> database creation might have locale-aware indexes. The indexes would> need to be reindexed to match the new locale.
1 parent3adba41 commit8a9e329

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

‎doc/TODO

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Sat May 700:38:02 EDT 2005
5+
Last updated:Sat May 711:45:16 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -250,7 +250,10 @@ Multi-Language Support
250250
* Add NCHAR (as distinguished from ordinary varchar),
251251
* Allow locale to be set at database creation
252252

253-
Currently locale can only be set during initdb.
253+
Currently locale can only be set during initdb. No global tables have
254+
locale-aware columns. However, the database template used during
255+
database creation might have locale-aware indexes. The indexes would
256+
need to be reindexed to match the new locale.
254257

255258
* Allow encoding on a per-column basis
256259

‎doc/src/FAQ/TODO.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat May 700:38:02 EDT 2005
11+
Last updated: Sat May 711:45:16 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -238,7 +238,10 @@ <h1><a name="section_4">Multi-Language Support</a></h1>
238238
<ul>
239239
<li>Add NCHAR (as distinguished from ordinary varchar),
240240
</li><li>Allow locale to be set at database creation
241-
<p> Currently locale can only be set during initdb.
241+
<p> Currently locale can only be set during initdb. No global tables have
242+
locale-aware columns. However, the database template used during
243+
database creation might have locale-aware indexes. The indexes would
244+
need to be reindexed to match the new locale.
242245
</p>
243246
</li><li>Allow encoding on a per-column basis
244247
<p> Right now only one encoding is allowed per database.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp