Skip to content

Commit 9e01aaa

Browse files
committed
Add:
> * Allow finer control over the caching of prepared query plans > > Currently, queries prepared via the libpq API are planned on first > execute using the supplied parameters --- allow SQL PREPARE to do the > same. Also, allow control over replanning prepared queries either > manually or automatically when statistics for execute parameters > differ dramatically from those used during planning. >
1 parent 676bb9a commit 9e01aaa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/TODO

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Tue Aug 10 13:30:30 EDT 2004
8+
Last updated: Thu Aug 12 15:45:17 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -295,6 +295,14 @@ Commands
295295
* Allow PREPARE of cursors
296296
* Allow PREPARE to automatically determine parameter types based on the SQL
297297
statement
298+
* Allow finer control over the caching of prepared query plans
299+
300+
Currently, queries prepared via the libpq API are planned on first
301+
execute using the supplied parameters --- allow SQL PREPARE to do the
302+
same. Also, allow control over replanning prepared queries either
303+
manually or automatically when statistics for execute parameters
304+
differ dramatically from those used during planning.
305+
298306
* Allow LISTEN/NOTIFY to store info in memory rather than tables?
299307

300308
Currently LISTEN/NOTIFY information is stored in pg_listener. Storing

0 commit comments

Comments
 (0)