File tree 2 files changed +6
-2
lines changed
2 files changed +6
-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: Tue Apr 25 22:15:17 EDT 2006
5
+ Last updated: Wed Apr 26 22:41:35 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.
@@ -398,6 +398,8 @@ SQL Commands
398
398
manually or automatically when statistics for execute parameters
399
399
differ dramatically from those used during planning.
400
400
401
+ * Invalidate prepared queries, like INSERT, when the table definition
402
+ is altered
401
403
* Allow LISTEN/NOTIFY to store info in memory rather than tables?
402
404
403
405
Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
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 Apr 25 22:15:17 EDT 2006
11
+ Last updated: Wed Apr 26 22:41:35 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 > .
@@ -368,6 +368,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
368
368
manually or automatically when statistics for execute parameters
369
369
differ dramatically from those used during planning.
370
370
</ p >
371
+ </ li > < li > Invalidate prepared queries, like INSERT, when the table definition
372
+ is altered
371
373
</ li > < li > Allow LISTEN/NOTIFY to store info in memory rather than tables?
372
374
< p > Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
373
375
such information in memory would improve performance.
You can’t perform that action at this time.
0 commit comments