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

Commit 16d2699

Browse files
committed
Done:
> o -Add dumping and restoring of LOB comments
1 parent ef770cb commit 16d2699

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/TODO

Lines changed: 2 additions & 3 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: Mon Jun 27 19:21:55 EDT 2005
5+
Last updated: Fri Jul 1 10:51:41 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -420,7 +420,6 @@ Commands
420420
Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
421421
such information in memory would improve performance.
422422

423-
* Dump large object comments in custom dump format
424423
* Add optional textual message to NOTIFY
425424

426425
This would allow an informational message to be added to the notify
@@ -610,7 +609,7 @@ Clients
610609
o Add dumping of comments on index columns
611610
o Replace crude DELETE FROM method of pg_dumpall for cleaning of
612611
users and groups with separate DROP commands
613-
o Add dumping and restoring of LOB comments
612+
o -Add dumping and restoring of LOB comments
614613
o Stop dumping CASCADE on DROP TYPE commands in clean mode
615614
o Add full object name to the tag field. eg. for operators we need
616615
'=(integer, integer)', instead of just '='.

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 3 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: Mon Jun 27 19:21:55 EDT 2005
11+
Last updated: Fri Jul 1 10:51:41 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>.
@@ -389,7 +389,6 @@ <h1><a name="section_7">Commands</a></h1>
389389
<p> Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
390390
such information in memory would improve performance.
391391
</p>
392-
</li><li>Dump large object comments in custom dump format
393392
</li><li>Add optional textual message to NOTIFY
394393
<p> This would allow an informational message to be added to the notify
395394
message, perhaps indicating the row modified or other custom
@@ -566,7 +565,7 @@ <h1><a name="section_8">Clients</a></h1>
566565
</li><li>Add dumping of comments on index columns
567566
</li><li>Replace crude DELETE FROM method of pg_dumpall for cleaning of
568567
users and groups with separate DROP commands
569-
</li><li>Add dumping and restoring of LOB comments
568+
</li><li>-<em>Add dumping and restoring of LOB comments</em>
570569
</li><li>Stop dumping CASCADE on DROP TYPE commands in clean mode
571570
</li><li>Add full object name to the tag field. eg. for operators we need
572571
'=(integer, integer)', instead of just '='.

0 commit comments

Comments
 (0)