|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Mon Dec13 13:40:24 EST 2004 |
| 5 | +Last updated:Thu Dec16 19:04:22 EST 2004 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -901,6 +901,9 @@ Source Code
|
901 | 901 | shorter timezone string is available
|
902 | 902 | o Improve dlerror() reporting string
|
903 | 903 | o Fix problem with shared memory on the Win32 Terminal Server
|
| 904 | + o Disallow encodings like UTF8 which which PostgreSQL supports |
| 905 | + but the operating system does not (already disallowed by |
| 906 | + pginstaller) |
904 | 907 |
|
905 | 908 |
|
906 | 909 | * Wire Protocol Changes
|
|