|
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: Thu Apr 3 12:36:59 EDT 2008 |
| 11 | +Last updated: Thu Apr 3 14:13:49 EDT 2008 |
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>.
|
@@ -440,13 +440,15 @@ <h1><a name="section_5">Multi-Language Support</a></h1>
|
440 | 440 | database creation might have locale-aware indexes. The indexes would
|
441 | 441 | need to be reindexed to match the new locale.
|
442 | 442 | </p>
|
443 |
| - </li><li>Allow encoding on a per-column basis optionally using the ICU library: |
| 443 | + </li><li>Allow encoding on a per-column basis optionally using the ICU library |
444 | 444 | <p> Right now only one encoding is allowed per database. [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
|
445 | 445 | </p>
|
446 | 446 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php">http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php</a>
|
447 | 447 | <a href="http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php">http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php</a>
|
448 | 448 | <a href="http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php">http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php</a>
|
449 | 449 | <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg00662.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg00662.php</a>
|
| 450 | + <a href="http://wiki.postgresql.org/wiki/Todo:Collate">http://wiki.postgresql.org/wiki/Todo:Collate</a> |
| 451 | + <a href="http://wiki.postgresql.org/wiki/Todo:ICU">http://wiki.postgresql.org/wiki/Todo:ICU</a> |
450 | 452 | </p>
|
451 | 453 | </li><li>Add CREATE COLLATE? [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
|
452 | 454 | </li><li>Support multiple simultaneous character sets, per SQL92
|
|
0 commit comments