aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-12-29 20:40:42 +0000
committerBruce Momjian <bruce@momjian.us>2001-12-29 20:40:42 +0000
commit48ad40ba9904b277fe3bce250a156cc1e6b50b3a (patch)
tree7a211405ac0ae7e84364611afe3d69122d21620d
parent642f2fe7cf762bc06e28e985e77ed40f92dd1190 (diff)
downloadpostgresql-48ad40ba9904b277fe3bce250a156cc1e6b50b3a.tar.gz
postgresql-48ad40ba9904b277fe3bce250a156cc1e6b50b3a.zip
Added
> * Change factorial to return a numeric
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 335dc3f3147..e90b16385cb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
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)
@@ -77,6 +77,7 @@ DATA TYPES
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* -Add SQL standard function bit_length() (Peter E)
* -Make oid use unsigned int more reliably (Tom)
+* Change factorial to return a numeric
* ARRAYS
o Allow nulls in arrays
o Allow arrays to be ORDER'ed