Skip to content

Commit bbe4819

Browse files
committed
Add Wiki URLs for:
< * Allow encoding on a per-column basis optionally using the ICU library > http://wiki.postgresql.org/wiki/Todo:Collate > http://wiki.postgresql.org/wiki/Todo:ICU
1 parent b032715 commit bbe4819

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Thu Apr 3 12:36:59 EDT 2008
4+
Last updated: Thu Apr 3 14:13:49 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -505,14 +505,16 @@ Multi-Language Support
505505
database creation might have locale-aware indexes. The indexes would
506506
need to be reindexed to match the new locale.
507507

508-
* Allow encoding on a per-column basis optionally using the ICU library:
508+
* Allow encoding on a per-column basis optionally using the ICU library
509509

510510
Right now only one encoding is allowed per database. [locale]
511511

512512
http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
513513
http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php
514514
http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
515515
http://archives.postgresql.org/pgsql-hackers/2006-09/msg00662.php
516+
http://wiki.postgresql.org/wiki/Todo:Collate
517+
http://wiki.postgresql.org/wiki/Todo:ICU
516518

517519
* Add CREATE COLLATE? [locale]
518520
* Support multiple simultaneous character sets, per SQL92

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
440440
database creation might have locale-aware indexes. The indexes would
441441
need to be reindexed to match the new locale.
442442
</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
444444
<p> Right now only one encoding is allowed per database. [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
445445
</p>
446446
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php">http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php</a>
447447
<a href="http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php">http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php</a>
448448
<a href="http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php">http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php</a>
449449
<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>
450452
</p>
451453
</li><li>Add CREATE COLLATE? [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
452454
</li><li>Support multiple simultaneous character sets, per SQL92

0 commit comments

Comments
 (0)