]> granicus.if.org Git - postgresql/commitdiff
Add Win32:
authorBruce Momjian <bruce@momjian.us>
Fri, 17 Dec 2004 00:04:30 +0000 (00:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 17 Dec 2004 00:04:30 +0000 (00:04 +0000)
>         o Disallow encodings like UTF8 which which PostgreSQL supports
>           but the operating system does not (already disallowed by
>    pginstaller)

doc/TODO

index f401980e1f19f26e214bacb2ff72e76be1c5c091..87334e50d0458e8565db6584e1b9ac294921208b 100644 (file)
--- 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