aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-06-14 18:47:53 +0000
committerBruce Momjian <bruce@momjian.us>2006-06-14 18:47:53 +0000
commit5b50ede6706b5b2e9686208c49124e92f6f10bd3 (patch)
tree890e8eaed8433915b2c32e77a6213faf287636be /doc/src
parentbc299572029b2d9163ce810a1faf0af8bee158fd (diff)
downloadpostgresql-5b50ede6706b5b2e9686208c49124e92f6f10bd3.tar.gz
postgresql-5b50ede6706b5b2e9686208c49124e92f6f10bd3.zip
Add locale/encoding references:
< Right now only one encoding is allowed per database. > Right now only one encoding is allowed per database. [locale] > * Add CREATE COLLATE? [locale]
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 0ba00e3df42..9f67f384840 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Wed Jun 14 14:39:03 EDT 2006
+Last updated: Wed Jun 14 14:47:40 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>.
@@ -334,9 +334,10 @@ first.
need to be reindexed to match the new locale.
</p>
</li><li>Allow encoding on a per-column basis
-<p> Right now only one encoding is allowed per database.
+<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>
</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
</li><li>Improve UTF8 combined character handling?
</li><li>Add octet_length_server() and octet_length_client()