Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e01aaa

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 parent676bb9a commit9e01aaa

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 Aug10 13:30:30 EDT 2004
8+
Last updated:Thu Aug12 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)

[8]ページ先頭

©2009-2025 Movatter.jp