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

Commit 22fd9a0

Browse files
committed
Add URL, remove TODO.detail:
< o %Allow pg_dump to use multiple -t and -n switches [pg_dump] > o %Allow pg_dump to use multiple -t and -n switches > > http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php >
1 parent 5b50ede commit 22fd9a0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/TODO

Lines changed: 5 additions & 2 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 Jun 14 14:47:40 EDT 2006
5+
Last updated: Wed Jun 14 15:01:31 EDT 2006
66

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

737737
* pg_dump
738738

739-
o %Allow pg_dump to use multiple -t and -n switches [pg_dump]
739+
o %Allow pg_dump to use multiple -t and -n switches
740+
741+
http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php
742+
740743
o %Add dumping of comments on index columns and composite type columns
741744
o %Add full object name to the tag field. eg. for operators we need
742745
'=(integer, integer)', instead of just '='.

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 2 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 Jun 14 14:47:40 EDT 2006
11+
Last updated: Wed Jun 14 15:01:31 EDT 2006
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>.
@@ -665,7 +665,9 @@ <h1><a name="section_9">Clients</a></h1>
665665
</li></ul>
666666
</li><li>pg_dump
667667
<ul>
668-
<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>]
668+
<li>%Allow pg_dump to use multiple -t and -n switches
669+
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php">http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php</a>
670+
</p>
669671
</li><li>%Add dumping of comments on index columns and composite type columns
670672
</li><li>%Add full object name to the tag field. eg. for operators we need
671673
'=(integer, integer)', instead of just '='.

0 commit comments

Comments
 (0)