File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
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 (bruce@momjian.us)
5
- Last updated: Sat May 5 10:44:05 EDT 2007
5
+ Last updated: Sat May 5 10:47:39 EDT 2007
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.
@@ -480,8 +480,6 @@ SQL Commands
480
480
manually or automatically when statistics for execute parameters
481
481
differ dramatically from those used during planning.
482
482
483
- * Invalidate prepared queries, like INSERT, when the table definition
484
- is altered
485
483
* Improve logging of prepared statements recovered during startup
486
484
487
485
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
@@ -975,6 +973,9 @@ Dependency Checking
975
973
might itself drop and recreate dependent tables, causing it to
976
974
invalidate its own query plan.
977
975
976
+ * Invalidate prepared queries, like INSERT, when the table definition
977
+ is altered
978
+
978
979
979
980
Indexes
980
981
=======
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:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Sat May 5 10:44:05 EDT 2007
11
+ Last updated: Sat May 5 10:47:39 EDT 2007
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 > .
@@ -430,8 +430,6 @@ <h1><a name="section_8">SQL Commands</a></h1>
430
430
manually or automatically when statistics for execute parameters
431
431
differ dramatically from those used during planning.
432
432
</ p >
433
- </ li > < li > Invalidate prepared queries, like INSERT, when the table definition
434
- is altered
435
433
</ li > < li > Improve logging of prepared statements recovered during startup
436
434
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php "> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</ a >
437
435
</ p >
@@ -868,6 +866,8 @@ <h1><a name="section_11">Dependency Checking</a></h1>
868
866
might itself drop and recreate dependent tables, causing it to
869
867
invalidate its own query plan.
870
868
</ p >
869
+ </ li > < li > Invalidate prepared queries, like INSERT, when the table definition
870
+ is altered
871
871
</ li > </ ul >
872
872
< h1 > < a name ="section_12 "> Indexes</ a > </ h1 >
873
873
You can’t perform that action at this time.
0 commit comments