Add:
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Aug 2004 19:45:24 +0000 (19:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Aug 2004 19:45:24 +0000 (19:45 +0000)
commit9e01aaa8bfa4c1684a93dca2ca14a9c8edf3bf9a
tree27b95dbe077a05218f36f11fdf937bc500b7c138
parent676bb9a6b426629e11880a7412e55e03cdf50ac6
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.
>
doc/TODO