aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-12-17 00:04:30 +0000
committerBruce Momjian <bruce@momjian.us>2004-12-17 00:04:30 +0000
commit24658a2d5362f9e8539e50abfa0bf20af8c7689a (patch)
treed518e9fbde68348ffe1a96f968c3f0751fa29174
parentccac38ffb4e683a717ef6db7dbd356c05d06447b (diff)
downloadpostgresql-24658a2d5362f9e8539e50abfa0bf20af8c7689a.tar.gz
postgresql-24658a2d5362f9e8539e50abfa0bf20af8c7689a.zip
Add Win32:
> o Disallow encodings like UTF8 which which PostgreSQL supports > but the operating system does not (already disallowed by > pginstaller)
-rw-r--r--doc/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index f401980e1f1..87334e50d04 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Mon Dec 13 13:40:24 EST 2004
+Last updated: Thu Dec 16 19:04:22 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -901,6 +901,9 @@ Source Code
shorter timezone string is available
o Improve dlerror() reporting string
o Fix problem with shared memory on the Win32 Terminal Server
+ o Disallow encodings like UTF8 which which PostgreSQL supports
+ but the operating system does not (already disallowed by
+ pginstaller)
* Wire Protocol Changes