Commit 853e8b14 authored by Bruce Momjian's avatar Bruce Momjian

Done:

> * -Add BETWEEN ASYMMETRIC/SYMMETRIC
parent 921de09e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Tue Jun 14 16:42:57 EDT 2005 Last updated: Tue Jun 14 19:44:22 EDT 2005
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -367,7 +367,7 @@ Indexes ...@@ -367,7 +367,7 @@ Indexes
Commands Commands
======== ========
* Add BETWEEN ASYMMETRIC/SYMMETRIC * -Add BETWEEN ASYMMETRIC/SYMMETRIC
* Change LIMIT/OFFSET and FETCH/MOVE to use int8 * Change LIMIT/OFFSET and FETCH/MOVE to use int8
* Allow CREATE TABLE AS to determine column lengths for complex * Allow CREATE TABLE AS to determine column lengths for complex
expressions like SELECT col1 || col2 expressions like SELECT col1 || col2
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Tue Jun 14 16:42:57 EDT 2005 Last updated: Tue Jun 14 19:44:22 EDT 2005
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -340,7 +340,7 @@ first. ...@@ -340,7 +340,7 @@ first.
<h1><a name="section_7">Commands</a></h1> <h1><a name="section_7">Commands</a></h1>
<ul> <ul>
<li>Add BETWEEN ASYMMETRIC/SYMMETRIC <li>-<em>Add BETWEEN ASYMMETRIC/SYMMETRIC</em>
</li><li>Change LIMIT/OFFSET and FETCH/MOVE to use int8 </li><li>Change LIMIT/OFFSET and FETCH/MOVE to use int8
</li><li>Allow CREATE TABLE AS to determine column lengths for complex </li><li>Allow CREATE TABLE AS to determine column lengths for complex
expressions like SELECT col1 || col2 expressions like SELECT col1 || col2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment