File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
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: Tue Jun 6 09:52:15 EDT 2006
5
+ Last updated: Tue Jun 6 12:27:12 EDT 2006
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.
@@ -455,7 +455,9 @@ SQL Commands
455
455
The difficult of this features is allowing RESET ALL to not affect
456
456
changes made by the interface driver for its internal use. One idea
457
457
is for this to be a protocol-only feature. Another approach is to
458
- notify the protocol when a RESET CONNECTION command is used.
458
+ notify the protocol when a RESET CONNECTION command is used. See
459
+ http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php
460
+ for a partial implementation.
459
461
460
462
* Add GUC to issue notice about statements that use unjoined tables
461
463
* Allow EXPLAIN to identify tables that were skipped because of
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: Tue Jun 6 09:52:15 EDT 2006
11
+ Last updated: Tue Jun 6 12:27:12 EDT 2006
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 > .
@@ -418,7 +418,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
418
418
The difficult of this features is allowing RESET ALL to not affect
419
419
changes made by the interface driver for its internal use. One idea
420
420
is for this to be a protocol-only feature. Another approach is to
421
- notify the protocol when a RESET CONNECTION command is used.
421
+ notify the protocol when a RESET CONNECTION command is used. See
422
+ < a href ="http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php "> http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php</ a >
423
+ for a partial implementation.
422
424
</ p >
423
425
</ li > < li > Add GUC to issue notice about statements that use unjoined tables
424
426
</ li > < li > Allow EXPLAIN to identify tables that were skipped because of
You can’t perform that action at this time.
0 commit comments