From b25bb4fd44a21ca00619b05eeca66364d8045ed4 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 14 Feb 2005 19:51:17 +0000
Subject: [PATCH] Add:

> * Allow the creation of indexes with mixed ascending/descending specifiers
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 8dc034c4161..8184f1572be 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 TODO list for PostgreSQL
 ========================
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:		Sun Feb 13 19:03:52 EST 2005
+Last updated:		Mon Feb 14 14:51:14 EST 2005
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -297,6 +297,7 @@ Indexes
 * Allow accurate statistics to be collected on indexes with more than
   one column or expression indexes, perhaps using per-index statistics
 * Add fillfactor to control reserved free space during index creation
+* Allow the creation of indexes with mixed ascending/descending specifiers
 
 
 Commands
-- 
GitLab