From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 31 Mar 2004 01:01:38 +0000 (+0000)
Subject: Remove:
X-Git-Tag: REL8_0_0BETA1~888
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07ff3afa2aeb51da756bb957652b109e432f0816;p=postgresql

Remove:

	* Prevent unneeded quoting in psql \d output using fmtId()
---

diff --git a/doc/TODO b/doc/TODO
index 59617c6856..2f98e32b72 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Tue Mar 30 16:51:38 EST 2004
+Last updated:		Tue Mar 30 20:01:37 EST 2004
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -259,7 +259,6 @@ Clients
 * Add XML capability to pg_dump and COPY, when backend XML capability
 * -Allow psql \du to show groups, and add \dg for groups
 * Allow clients to query a list of WITH HOLD cursors and prepared statements
-* Prevent unneeded quoting in psql \d output using fmtId()
 * Add a libpq function to support Parse/DescribeStatement capability
 * Prevent libpq's PQfnumber() from lowercasing the column name
 * -Allow pg_dump to dump CREATE CONVERSION (Christopher)