prepared statements and analyze in 7.3

From: Harald Krake <harald(at)krake(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: prepared statements and analyze in 7.3
Date: 2002-12-16 16:32:34
Message-ID: atkv6t$1on9$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

does an ANALYZE invalidate the cached query plans of prepared statements?
I wonder whether I have to re-prepare after an ANALYZE for long running
prepared statements to benefit from possibly optimized query plans.

thanx,
harald.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James F 2002-12-16 16:45:46 array variables
Previous Message Stephan Szabo 2002-12-16 16:30:35 Re: how to find referenced column and table