File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
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: Fri Sep 23 17 :44:12 EDT 2005
5
+ Last updated: Sun Sep 25 22 :44:22 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.
@@ -158,6 +158,9 @@ Monitoring
158
158
159
159
* %Add ability to monitor the use of temporary sort files
160
160
* Allow server logs to be remotely read and removed using SQL commands
161
+ * Allow protocol-level BIND parameter values to be logged
162
+ * Allow protocol-level EXECUTE that is actually a fetch to appear
163
+ in the logs as a fetch rather than another execute
161
164
162
165
163
166
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: Fri Sep 23 17 :44:12 EDT 2005
11
+ Last updated: Sun Sep 25 22 :44:22 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 > .
@@ -146,6 +146,9 @@ <h1><a name="section_3">Monitoring</a></h1>
146
146
</ p >
147
147
</ li > < li > %Add ability to monitor the use of temporary sort files
148
148
</ li > < li > Allow server logs to be remotely read and removed using SQL commands
149
+ </ li > < li > Allow protocol-level BIND parameter values to be logged
150
+ </ li > < li > Allow protocol-level EXECUTE that is actually a fetch to appear
151
+ in the logs as a fetch rather than another execute
149
152
</ li > </ ul >
150
153
< h1 > < a name ="section_4 "> Data Types</ a > </ h1 >
151
154
You can’t perform that action at this time.
0 commit comments