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

Commit 6d0f5ea

Browse files
committed
Done:
< o %Allow pg_dump to use multiple -t and -n switches [pg_dump] < < http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php < > o -Allow pg_dump to use multiple -t and -n switches, exclusion > ability, and regular expression object matching
1 parent aa88497 commit 6d0f5ea

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

doc/TODO

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Mon Jul 31 19:02:06 EDT 2006
5+
Last updated: Tue Aug 1 14:07:32 EDT 2006
66

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

804804
* pg_dump
805805

806-
o %Allow pg_dump to use multiple -t and -n switches [pg_dump]
807-
808-
http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php
809-
806+
o -Allow pg_dump to use multiple -t and -n switches, exclusion
807+
ability, and regular expression object matching
810808
o %Add dumping of comments on index columns and composite type columns
811809
o %Add full object name to the tag field. eg. for operators we need
812810
'=(integer, integer)', instead of just '='.

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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Jul 31 19:02:06 EDT 2006
11+
Last updated: Tue Aug 1 14:07:32 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>.
@@ -727,9 +727,8 @@ <h1><a name="section_9">Clients</a></h1>
727727
</li></ul>
728728
</li><li>pg_dump
729729
<ul>
730-
<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>]
731-
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php">http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php</a>
732-
</p>
730+
<li>-<em>Allow pg_dump to use multiple -t and -n switches, exclusion</em>
731+
ability, and regular expression object matching
733732
</li><li>%Add dumping of comments on index columns and composite type columns
734733
</li><li>%Add full object name to the tag field. eg. for operators we need
735734
'=(integer, integer)', instead of just '='.

0 commit comments

Comments
 (0)