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

Commit 4aebb5a

Browse files
committed
Rearrange:
< o %Add dumping of comments on composite type columns < o %Add dumping of comments on index columns < o Stop dumping CASCADE on DROP TYPE commands in clean mode > o %Add dumping of comments on index columns and composite type columns 604a603 > o Stop dumping CASCADE on DROP TYPE commands in clean mode
1 parent d5310ca commit 4aebb5a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

doc/TODO

Lines changed: 3 additions & 4 deletions
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: Wed Oct 12 09:39:47 EDT 2005
5+
Last updated: Wed Oct 12 09:41:01 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -587,9 +587,7 @@ Clients
587587

588588
o %Have pg_dump use multi-statement transactions for INSERT dumps
589589
o %Allow pg_dump to use multiple -t and -n switches [pg_dump]
590-
o %Add dumping of comments on composite type columns
591-
o %Add dumping of comments on index columns
592-
o Stop dumping CASCADE on DROP TYPE commands in clean mode
590+
o %Add dumping of comments on index columns and composite type columns
593591
o %Add full object name to the tag field. eg. for operators we need
594592
'=(integer, integer)', instead of just '='.
595593
o Add pg_dumpall custom format dumps?
@@ -602,6 +600,7 @@ Clients
602600
o In a selective dump, allow dumping of an object and all its
603601
dependencies
604602
o Add options like pg_restore -l and -L to pg_dump
603+
o Stop dumping CASCADE on DROP TYPE commands in clean mode
605604
o Allow pg_dump --clean to drop roles that own objects or have
606605
privileges
607606

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 4 deletions
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: Wed Oct 12 09:39:47 EDT 2005
11+
Last updated: Wed Oct 12 09:41:01 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>.
@@ -534,9 +534,7 @@ <h1><a name="section_9">Clients</a></h1>
534534
<ul>
535535
<li>%Have pg_dump use multi-statement transactions for INSERT dumps
536536
</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-
</li><li>%Add dumping of comments on composite type columns
538-
</li><li>%Add dumping of comments on index columns
539-
</li><li>Stop dumping CASCADE on DROP TYPE commands in clean mode
537+
</li><li>%Add dumping of comments on index columns and composite type columns
540538
</li><li>%Add full object name to the tag field. eg. for operators we need
541539
'=(integer, integer)', instead of just '='.
542540
</li><li>Add pg_dumpall custom format dumps?
@@ -549,6 +547,7 @@ <h1><a name="section_9">Clients</a></h1>
549547
</li><li>In a selective dump, allow dumping of an object and all its
550548
dependencies
551549
</li><li>Add options like pg_restore -l and -L to pg_dump
550+
</li><li>Stop dumping CASCADE on DROP TYPE commands in clean mode
552551
</li><li>Allow pg_dump --clean to drop roles that own objects or have
553552
privileges
554553
</li></ul>

0 commit comments

Comments
 (0)