On Thu, Nov 20, 2008 at 10:56, Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> wrote:
> Do you still need the old prepared statement?
>
> If not, you can simple DEALLOCATE it and then try the PREPARE again.
Yes, I'd like to keep the old statements, that's part of the perks --
if a query will be repeated it will (possibly) benefit from the
statement being already prepared.