From 80d5040fd7f2f5c99adc829d3ac3a90eb9fdde83 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 26 Aug 2002 21:35:32 +0000
Subject: [PATCH] Add:

> * Allow DELETE to handle table aliases for self-joins [delete]
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 547cd030b7b..a43becf992e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Mon Aug 26 16:02:39 EDT 2002
+Last updated:		Mon Aug 26 17:35:23 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -190,6 +190,7 @@ Commands
 * Allow command blocks to ignore certain types of errors
 * Allow backslash handling in quoted strings to be disabled for portability
 * Return proper effected tuple count from complex commands [return]
+* Allow DELETE to handle table aliases for self-joins [delete]
 
 * ALTER
 	o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
-- 
GitLab