From 13c30084f678df27244cc9a243fa298256520b79 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 10 Jun 2004 04:33:51 +0000
Subject: [PATCH] Add:

> * Allow pg_dump to use multiple -t and -n switches
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 411210c01ff..8174d03bfae 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Thu Jun 10 00:06:02 EDT 2004
+Last updated:		Thu Jun 10 00:33:46 EDT 2004
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -271,6 +271,7 @@ Clients
 * Have pg_dump use multi-statement transactions for INSERT dumps
 * Move psql backslash database information into the backend, use mnemonic
   commands? [psql]
+* Allow pg_dump to use multiple -t and -n switches
 
 
 * ECPG
-- 
GitLab