mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Add:
> * Remove Cyrillic recode support
This commit is contained in:
parent
99a115ebc3
commit
a1da766b5e
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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 (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -70,6 +70,7 @@ Administration
|
|||||||
* -Reserve last few process slots for super-user if max_connections reached
|
* -Reserve last few process slots for super-user if max_connections reached
|
||||||
* -Add GUC parameter to print queries that generate errors
|
* -Add GUC parameter to print queries that generate errors
|
||||||
|
|
||||||
|
|
||||||
Data Types
|
Data Types
|
||||||
==========
|
==========
|
||||||
|
|
||||||
@ -119,7 +120,9 @@ Multi-Language Support
|
|||||||
* Make octet_length_client the same as octet_length() (?)
|
* Make octet_length_client the same as octet_length() (?)
|
||||||
* Prevent mismatch of frontend/backend encodings from converting bytea
|
* Prevent mismatch of frontend/backend encodings from converting bytea
|
||||||
data from being interpreted as encoded strings
|
data from being interpreted as encoded strings
|
||||||
|
* Remove Cyrillic recode support
|
||||||
|
|
||||||
|
|
||||||
Views / Rules
|
Views / Rules
|
||||||
=============
|
=============
|
||||||
|
|
||||||
@ -396,6 +399,7 @@ Vacuum
|
|||||||
* Provide automatic running of vacuum in the background (Tom)
|
* Provide automatic running of vacuum in the background (Tom)
|
||||||
* Allow free space map to be auto-sized or warn when it is too small
|
* Allow free space map to be auto-sized or warn when it is too small
|
||||||
|
|
||||||
|
|
||||||
Locking
|
Locking
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user