File tree 2 files changed +8
-4
lines changed 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Wed Aug 9 14:10:27 EDT 2006
5
+ Last updated: Fri Aug 11 11:53:33 EDT 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -376,10 +376,12 @@ Multi-Language Support
376
376
database creation might have locale-aware indexes. The indexes would
377
377
need to be reindexed to match the new locale.
378
378
379
- * Allow encoding on a per-column basis
379
+ * Allow encoding on a per-column basis optionally using the ICU library:
380
380
381
381
Right now only one encoding is allowed per database. [locale]
382
382
http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
383
+ http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php
384
+ http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
383
385
384
386
* Add CREATE COLLATE? [locale]
385
387
* Support multiple simultaneous character sets, per SQL92
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Wed Aug 9 14:10:27 EDT 2006
11
+ Last updated: Fri Aug 11 11:53:33 EDT 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -347,9 +347,11 @@ <h1><a name="section_6">Multi-Language Support</a></h1>
347
347
database creation might have locale-aware indexes. The indexes would
348
348
need to be reindexed to match the new locale.
349
349
</ p >
350
- </ li > < li > Allow encoding on a per-column basis
350
+ </ li > < li > Allow encoding on a per-column basis optionally using the ICU library:
351
351
< p > Right now only one encoding is allowed per database. [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?locale "> locale</ a > ]
352
352
< a href ="http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php "> http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php</ a >
353
+ < a href ="http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php "> http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php</ a >
354
+ < a href ="http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php "> http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php</ a >
353
355
</ p >
354
356
</ li > < li > Add CREATE COLLATE? [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?locale "> locale</ a > ]
355
357
</ li > < li > Support multiple simultaneous character sets, per SQL92
You can’t perform that action at this time.
0 commit comments