Skip to content

Commit d3b6227

Browse files
committed
Done:
< * Add session start time and last statement time to pg_stat_activity > * -Add session start time and last statement time to pg_stat_activity 134c134 < * Add the client IP address and port to pg_stat_activity > * -Add the client IP address and port to pg_stat_activity
1 parent 8c4da76 commit d3b6227

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/TODO

Lines changed: 3 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: Sat May 7 11:45:16 EDT 2005
5+
Last updated: Mon May 9 22:16:11 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -84,7 +84,7 @@ Administration
8484
* Allow WAL replay of CREATE TABLESPACE to work when the directory
8585
structure on the recovery computer is different from the original
8686
* Add "include file" functionality in postgresql.conf
87-
* Add session start time and last statement time to pg_stat_activity
87+
* -Add session start time and last statement time to pg_stat_activity
8888
* Allow server logs to be remotely read using SQL commands
8989
* Allow pg_hba.conf settings to be controlled via SQL
9090

@@ -131,7 +131,7 @@ Administration
131131
This is useful for checking PITR recovery.
132132

133133
* Allow the PITR process to be debugged and data examined
134-
* Add the client IP address and port to pg_stat_activity
134+
* -Add the client IP address and port to pg_stat_activity
135135
* Improve replication solutions
136136
o Load balancing
137137

doc/src/FAQ/TODO.html

Lines changed: 3 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: Sat May 7 11:45:16 EDT 2005
11+
Last updated: Mon May 9 22:16:11 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>.
@@ -82,7 +82,7 @@ <h1><a name="section_2">Administration</a></h1>
8282
</li><li>Allow WAL replay of CREATE TABLESPACE to work when the directory
8383
structure on the recovery computer is different from the original
8484
</li><li>Add "include file" functionality in postgresql.conf
85-
</li><li>Add session start time and last statement time to pg_stat_activity
85+
</li><li>-Add session start time and last statement time to pg_stat_activity
8686
</li><li>Allow server logs to be remotely read using SQL commands
8787
</li><li>Allow pg_hba.conf settings to be controlled via SQL
8888
<p> This would require a new global table that is dumped to flat file for
@@ -122,7 +122,7 @@ <h1><a name="section_2">Administration</a></h1>
122122
<p> This is useful for checking PITR recovery.
123123
</p>
124124
</li><li>Allow the PITR process to be debugged and data examined
125-
</li><li>Add the client IP address and port to pg_stat_activity
125+
</li><li>-Add the client IP address and port to pg_stat_activity
126126
</li><li>Improve replication solutions
127127
<ul>
128128
<li>Load balancing

0 commit comments

Comments
 (0)