File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
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: Wed Oct 12 09:39:19 EDT 2005
5
+ Last updated: Wed Oct 12 09:39:47 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.
@@ -589,8 +589,6 @@ Clients
589
589
o %Allow pg_dump to use multiple -t and -n switches [pg_dump]
590
590
o %Add dumping of comments on composite type columns
591
591
o %Add dumping of comments on index columns
592
- o %Replace crude DELETE FROM method of pg_dumpall --clean for
593
- cleaning of roles with separate DROP commands
594
592
o Stop dumping CASCADE on DROP TYPE commands in clean mode
595
593
o %Add full object name to the tag field. eg. for operators we need
596
594
'=(integer, integer)', instead of just '='.
@@ -607,6 +605,7 @@ Clients
607
605
o Allow pg_dump --clean to drop roles that own objects or have
608
606
privileges
609
607
608
+
610
609
* ecpg
611
610
612
611
o Docs
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: Wed Oct 12 09:39:19 EDT 2005
11
+ Last updated: Wed Oct 12 09:39:47 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 > .
@@ -536,8 +536,6 @@ <h1><a name="section_9">Clients</a></h1>
536
536
</ li > < li > %Allow pg_dump to use multiple -t and -n switches [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?pg_dump "> pg_dump</ a > ]
537
537
</ li > < li > %Add dumping of comments on composite type columns
538
538
</ li > < li > %Add dumping of comments on index columns
539
- </ li > < li > %Replace crude DELETE FROM method of pg_dumpall --clean for
540
- cleaning of roles with separate DROP commands
541
539
</ li > < li > Stop dumping CASCADE on DROP TYPE commands in clean mode
542
540
</ li > < li > %Add full object name to the tag field. eg. for operators we need
543
541
'=(integer, integer)', instead of just '='.
You can’t perform that action at this time.
0 commit comments