diff options
author | Bruce Momjian | 2005-12-17 01:48:37 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-12-17 01:48:37 +0000 |
commit | 56ea9ad11f7eed1ccee2ed86ea6fdf1bc0486fd4 (patch) | |
tree | 27359efcbc5a4bbf1823070d1e5a2c1ac179f21c /doc/TODO | |
parent | 228b1f8e01198fe6843409f2f4433c84e2d22919 (diff) |
Add:
> * Allow the count returned by SELECT, etc to be to represent as an int64
> to allow a higher range of values
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Dec 16 13:56:52 EST 2005 +Last updated: Fri Dec 16 20:48:38 EST 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -408,6 +408,8 @@ SQL Commands * Eventually enable escape_string_warning and standard_conforming_strings * Simplify dropping roles that have objects in several databases * Allow COMMENT ON to accept an expression rather than just a string +* Allow the count returned by SELECT, etc to be to represent as an int64 + to allow a higher range of values * CREATE |