aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-12-17 01:48:37 +0000
committerBruce Momjian <bruce@momjian.us>2005-12-17 01:48:37 +0000
commit56ea9ad11f7eed1ccee2ed86ea6fdf1bc0486fd4 (patch)
tree27359efcbc5a4bbf1823070d1e5a2c1ac179f21c
parent228b1f8e01198fe6843409f2f4433c84e2d22919 (diff)
downloadpostgresql-56ea9ad11f7eed1ccee2ed86ea6fdf1bc0486fd4.tar.gz
postgresql-56ea9ad11f7eed1ccee2ed86ea6fdf1bc0486fd4.zip
Add:
> * Allow the count returned by SELECT, etc to be to represent as an int64 > to allow a higher range of values
-rw-r--r--doc/TODO4
-rw-r--r--doc/src/FAQ/TODO.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 9798c9bbdda..f17443add12 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index eeaa46a85d6..a7f9f03ae11 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Fri Dec 16 13:56:52 EST 2005
+Last updated: Fri Dec 16 20:48:38 EST 2005
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -375,6 +375,8 @@ first.
</li><li>Eventually enable escape_string<u>warning and standard</u>conforming_strings
</li><li>Simplify dropping roles that have objects in several databases
</li><li>Allow COMMENT ON to accept an expression rather than just a string
+ </li><li>Allow the count returned by SELECT, etc to be to represent as an int64
+ to allow a higher range of values
</li><li>CREATE
<ul>
<li>Allow CREATE TABLE AS to determine column lengths for complex