> * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
This commit is contained in:
Bruce Momjian 2003-05-31 02:54:57 +00:00
parent 944b162305
commit e70a8ee97d
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Fri May 30 22:31:44 EDT 2003
Last updated: Fri May 30 22:54:51 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -77,6 +77,8 @@ Data Types
* Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
* Allow better handling of numeric constants, type conversion [typeconv]
* Allow backend to output result sets in XML
* Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
* ARRAYS
o Allow nulls in arrays