Skip to content

Commit 3638eff

Browse files
committed
Add URLs
< * Allow encoding on a per-column basis > * Allow encoding on a per-column basis optionally using the ICU library: > http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php > http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
1 parent 0ee2610 commit 3638eff

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
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -376,10 +376,12 @@ Multi-Language Support
376376
database creation might have locale-aware indexes. The indexes would
377377
need to be reindexed to match the new locale.
378378

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

381381
Right now only one encoding is allowed per database. [locale]
382382
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
383385

384386
* Add CREATE COLLATE? [locale]
385387
* 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: Wed Aug 9 14:10:27 EDT 2006
11+
Last updated: Fri Aug 11 11:53:33 EDT 2006
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>.
@@ -347,9 +347,11 @@ <h1><a name="section_6">Multi-Language Support</a></h1>
347347
database creation might have locale-aware indexes. The indexes would
348348
need to be reindexed to match the new locale.
349349
</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:
351351
<p> Right now only one encoding is allowed per database. [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
352352
<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>
353355
</p>
354356
</li><li>Add CREATE COLLATE? [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
355357
</li><li>Support multiple simultaneous character sets, per SQL92

0 commit comments

Comments
 (0)