From 07ff3afa2aeb51da756bb957652b109e432f0816 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 31 Mar 2004 01:01:38 +0000
Subject: [PATCH] Remove:

	* Prevent unneeded quoting in psql \d output using fmtId()
---
 doc/TODO | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 59617c68564..2f98e32b724 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)
-- 
GitLab