aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-08-11 15:53:39 +0000
committerBruce Momjian <bruce@momjian.us>2006-08-11 15:53:39 +0000
commit3638eff501a3203d31bd182342c75031cbc2f9e3 (patch)
tree8abea7a06ce37dcfd8ba11177b9bb83ade5cbdb7 /doc/src
parent0ee26100b64702f2fb4cd65c6dfdfb8f31e88130 (diff)
downloadpostgresql-3638eff501a3203d31bd182342c75031cbc2f9e3.tar.gz
postgresql-3638eff501a3203d31bd182342c75031cbc2f9e3.zip
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 2f86379cbf8..2d133e6c56b 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Wed Aug 9 14:10:27 EDT 2006
+Last updated: Fri Aug 11 11:53:33 EDT 2006
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -347,9 +347,11 @@ first.
database creation might have locale-aware indexes. The indexes would
need to be reindexed to match the new locale.
</p>
- </li><li>Allow encoding on a per-column basis
+ </li><li>Allow encoding on a per-column basis optionally using the ICU library:
<p> Right now only one encoding is allowed per database. [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
<a href="http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php">http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php</a>
+ <a href="http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php">http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php</a>
+ <a href="http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php">http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php</a>
</p>
</li><li>Add CREATE COLLATE? [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
</li><li>Support multiple simultaneous character sets, per SQL92