mirror of https://github.com/postgres/postgres
Done:
< * -Allow protocol-level BIND parameter values to be logged, if text mode > * -Allow protocol-level BIND parameter values to be logged
This commit is contained in:
parent
e467e5c8ad
commit
c1d1c50424
4
doc/TODO
4
doc/TODO
|
@ -2,7 +2,7 @@
|
|||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Thu Sep 14 17:36:44 EDT 2006
|
||||
Last updated: Thu Sep 14 17:41:06 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
|
@ -183,7 +183,7 @@ Monitoring
|
|||
|
||||
* %Add ability to monitor the use of temporary sort files
|
||||
* -Allow server logs to be remotely read and removed using SQL commands
|
||||
* -Allow protocol-level BIND parameter values to be logged, if text mode
|
||||
* -Allow protocol-level BIND parameter values to be logged
|
||||
|
||||
|
||||
Data Types
|
||||
|
|
|
@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||
Last updated: Thu Sep 14 17:36:44 EDT 2006
|
||||
Last updated: Thu Sep 14 17:41:06 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,7 +166,7 @@ first.
|
|||
</p>
|
||||
</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>-<em>Allow protocol-level BIND parameter values to be logged, if text mode</em>
|
||||
</li><li>-<em>Allow protocol-level BIND parameter values to be logged</em>
|
||||
</li></ul>
|
||||
<h1><a name="section_4">Data Types</a></h1>
|
||||
|
||||
|
|
Loading…
Reference in New Issue