File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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: Mon Jun 6 21:59:31 EDT 2005
5
+ Last updated: Tue Jun 7 10:12:04 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.
@@ -458,9 +458,9 @@ Commands
458
458
prepared queries, currval()s, etc. This could be used for connection
459
459
pooling. We could also change RESET ALL to have this functionality.
460
460
The difficult of this features is allowing RESET ALL to not affect
461
- changes made by the interface driver for its internal use. One idea is
462
- for this to be a protocol-only feature. Another approach is to notify
463
- the protocol when a RESET CONNECTION command is used.
461
+ changes made by the interface driver for its internal use. One idea
462
+ is for this to be a protocol-only feature. Another approach is to
463
+ notify the protocol when a RESET CONNECTION command is used.
464
464
465
465
* Allow FOR UPDATE queries to do NOWAIT locks
466
466
* Add GUC to issue notice about queries that use unjoined tables
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: Mon Jun 6 21:59:31 EDT 2005
11
+ Last updated: Tue Jun 7 10:12:04 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 > .
@@ -421,9 +421,9 @@ <h1><a name="section_7">Commands</a></h1>
421
421
prepared queries, currval()s, etc. This could be used for connection
422
422
pooling. We could also change RESET ALL to have this functionality.
423
423
The difficult of this features is allowing RESET ALL to not affect
424
- changes made by the interface driver for its internal use. One idea is
425
- for this to be a protocol-only feature. Another approach is to notify
426
- the protocol when a RESET CONNECTION command is used.
424
+ changes made by the interface driver for its internal use. One idea
425
+ is for this to be a protocol-only feature. Another approach is to
426
+ notify the protocol when a RESET CONNECTION command is used.
427
427
</ p >
428
428
</ li > < li > Allow FOR UPDATE queries to do NOWAIT locks
429
429
</ li > < li > Add GUC to issue notice about queries that use unjoined tables
You can’t perform that action at this time.
0 commit comments