diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-06-16 17:25:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-06-16 17:25:38 +0000 |
commit | ad44b464d13b3e687d6a863af0a24c7c52385abc (patch) | |
tree | 89eab0f20f2c0534e55b08aa98963f0d7be60397 | |
parent | 56e967f4ba97493a75c4c8ddb78bc907fa47c07e (diff) | |
download | postgresql-ad44b464d13b3e687d6a863af0a24c7c52385abc.tar.gz postgresql-ad44b464d13b3e687d6a863af0a24c7c52385abc.zip |
Add URL for:
> * Allow protocol-level BIND parameter values to be logged
>
> http://archives.postgresql.org/pgsql-hackers/2006-02/msg00165.php
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Jun 16 12:59:22 EDT 2006 +Last updated: Fri Jun 16 13:25:12 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -184,6 +184,8 @@ Monitoring * -Allow server logs to be remotely read and removed using SQL commands * Allow protocol-level BIND parameter values to be logged + http://archives.postgresql.org/pgsql-hackers/2006-02/msg00165.php + Data Types ========== diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1d2236ed78f..c37d772437d 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Fri Jun 16 12:59:22 EDT 2006 +Last updated: Fri Jun 16 13:25:12 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -166,6 +166,8 @@ first. </li><li>%Add ability to monitor the use of temporary sort files </li><li>-<em>Allow server logs to be remotely read and removed using SQL commands</em> </li><li>Allow protocol-level BIND parameter values to be logged +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-02/msg00165.php">http://archives.postgresql.org/pgsql-hackers/2006-02/msg00165.php</a> +</p> </li></ul> <h1><a name="section_4">Data Types</a></h1> |