Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4aa5be

Browse files
committed
Add:
> o Allow selection of individual object(s) of all types, not just > tables > o In a selective dump, allow dumping of an object and all its > dependencies
1 parent 9fa7ba3 commit e4aa5be

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Fri Oct 7 10:04:19 EDT 2005
5+
Last updated: Tue Oct 11 19:55:10 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -595,6 +595,10 @@ Clients
595595
o Update pg_dump and psql to use the new COPY libpq API (Christopher)
596596
o Remove unnecessary function pointer abstractions in pg_dump source
597597
code
598+
o Allow selection of individual object(s) of all types, not just
599+
tables
600+
o In a selective dump, allow dumping of an object and all its
601+
dependencies
598602

599603

600604
* ecpg

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Oct 7 10:04:19 EDT 2005
11+
Last updated: Tue Oct 11 19:55:10 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -543,6 +543,10 @@ <h1><a name="section_9">Clients</a></h1>
543543
</li><li>Update pg_dump and psql to use the new COPY libpq API (Christopher)
544544
</li><li>Remove unnecessary function pointer abstractions in pg_dump source
545545
code
546+
</li><li>Allow selection of individual object(s) of all types, not just
547+
tables
548+
</li><li>In a selective dump, allow dumping of an object and all its
549+
dependencies
546550
</li></ul>
547551
</li><li>ecpg
548552
<ul>

0 commit comments

Comments
 (0)