Skip to content

Commit 73b574c

Browse files
committed
Add item to sentence:
< * Allow server logs to be remotely read using SQL commands 151a151 > * Allow server logs to be remotely read and removed using SQL commands
1 parent 81b1551 commit 73b574c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/TODO

Lines changed: 2 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: Sat Jul 30 23:08:20 EDT 2005
5+
Last updated: Sat Jul 30 23:28:17 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -73,7 +73,6 @@ Administration
7373

7474
o Allow postgresql.conf file values to be changed via an SQL API
7575
o Allow the server to be stopped/restarted via an SQL API
76-
* Allow server logs to be remotely read using SQL commands
7776

7877

7978
* Tablespaces
@@ -149,6 +148,7 @@ Monitoring
149148
* Add ability to monitor the use of temporary sort files
150149
* -Add session start time and last statement time to pg_stat_activity
151150
* -Add a function that returns the start time of the postmaster
151+
* Allow server logs to be remotely read and removed using SQL commands
152152

153153

154154
Data Types

doc/src/FAQ/TODO.html

Lines changed: 2 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: Sat Jul 30 23:08:20 EDT 2005
11+
Last updated: Sat Jul 30 23:28:17 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>.
@@ -70,9 +70,6 @@ <h1><a name="section_2">Administration</a></h1>
7070
</p>
7171
</li><li>Allow postgresql.conf file values to be changed via an SQL API
7272
</li><li>Allow the server to be stopped/restarted via an SQL API
73-
<ul>
74-
<li>Allow server logs to be remotely read using SQL commands
75-
</li></ul>
7673
</li></ul>
7774
</li><li>Tablespaces
7875
<ul>
@@ -140,6 +137,7 @@ <h1><a name="section_3">Monitoring</a></h1>
140137
</li><li>Add ability to monitor the use of temporary sort files
141138
</li><li>-<em>Add session start time and last statement time to pg_stat_activity</em>
142139
</li><li>-<em>Add a function that returns the start time of the postmaster</em>
140+
</li><li>Allow server logs to be remotely read and removed using SQL commands
143141
</li></ul>
144142
<h1><a name="section_4">Data Types</a></h1>
145143

0 commit comments

Comments
 (0)