File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -73,7 +73,6 @@ Administration
73
73
74
74
o Allow postgresql.conf file values to be changed via an SQL API
75
75
o Allow the server to be stopped/restarted via an SQL API
76
- * Allow server logs to be remotely read using SQL commands
77
76
78
77
79
78
* Tablespaces
@@ -149,6 +148,7 @@ Monitoring
149
148
* Add ability to monitor the use of temporary sort files
150
149
* -Add session start time and last statement time to pg_stat_activity
151
150
* -Add a function that returns the start time of the postmaster
151
+ * Allow server logs to be remotely read and removed using SQL commands
152
152
153
153
154
154
Data Types
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
70
70
</ p >
71
71
</ li > < li > Allow postgresql.conf file values to be changed via an SQL API
72
72
</ 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 >
76
73
</ li > </ ul >
77
74
</ li > < li > Tablespaces
78
75
< ul >
@@ -140,6 +137,7 @@ <h1><a name="section_3">Monitoring</a></h1>
140
137
</ li > < li > Add ability to monitor the use of temporary sort files
141
138
</ li > < li > -< em > Add session start time and last statement time to pg_stat_activity</ em >
142
139
</ 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
143
141
</ li > </ ul >
144
142
< h1 > < a name ="section_4 "> Data Types</ a > </ h1 >
145
143
You can’t perform that action at this time.
0 commit comments