summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-09-04 22:09:47 +0000
committerBruce Momjian2002-09-04 22:09:47 +0000
commita1da766b5ec7952daab9e9e3f24f6137bee0c9f4 (patch)
treeff85cfed2f56a3ecd912281acd555b50e8aacf61
parent99a115ebc3f0399999f1f64a3ecb953d28c5a700 (diff)
Add:
> * Remove Cyrillic recode support
-rw-r--r--doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 205febbf1f..4c2d1f6601 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Sep 4 17:07:18 EDT 2002
+Last updated: Wed Sep 4 18:09:28 EDT 2002
Current maintainer: Bruce Momjian ([email protected])
@@ -70,6 +70,7 @@ Administration
* -Reserve last few process slots for super-user if max_connections reached
* -Add GUC parameter to print queries that generate errors
+
Data Types
==========
@@ -119,7 +120,9 @@ Multi-Language Support
* Make octet_length_client the same as octet_length() (?)
* Prevent mismatch of frontend/backend encodings from converting bytea
data from being interpreted as encoded strings
+* Remove Cyrillic recode support
+
Views / Rules
=============
@@ -396,6 +399,7 @@ Vacuum
* Provide automatic running of vacuum in the background (Tom)
* Allow free space map to be auto-sized or warn when it is too small
+
Locking
=======