File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -595,6 +595,10 @@ Clients
595
595
o Update pg_dump and psql to use the new COPY libpq API (Christopher)
596
596
o Remove unnecessary function pointer abstractions in pg_dump source
597
597
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
598
602
599
603
600
604
* ecpg
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
543
543
</ li > < li > Update pg_dump and psql to use the new COPY libpq API (Christopher)
544
544
</ li > < li > Remove unnecessary function pointer abstractions in pg_dump source
545
545
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
546
550
</ li > </ ul >
547
551
</ li > < li > ecpg
548
552
< ul >
You can’t perform that action at this time.
0 commit comments