1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00
> * Change factorial to return a numeric
This commit is contained in:
Bruce Momjian 2001-12-29 20:40:42 +00:00
parent 642f2fe7cf
commit 48ad40ba99

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Sat Dec 29 12:56:06 EST 2001 Last updated: Sat Dec 29 15:40:24 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -77,6 +77,7 @@ DATA TYPES
* Missing optimizer selectivities for date, r-tree, etc. [optimizer] * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* -Add SQL standard function bit_length() (Peter E) * -Add SQL standard function bit_length() (Peter E)
* -Make oid use unsigned int more reliably (Tom) * -Make oid use unsigned int more reliably (Tom)
* Change factorial to return a numeric
* ARRAYS * ARRAYS
o Allow nulls in arrays o Allow nulls in arrays
o Allow arrays to be ORDER'ed o Allow arrays to be ORDER'ed