Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Set search_path + server-prepared statements = cached plan must not change result type - Mailing list pgsql-hackers

I want to treat 'prepare' operation as an optimization step, so it is functionally equivalent to sending a query text.

In other words, I would like backend to track search_path and other parameters if necessary transparently‎, creating
(caching)different execution plans if different plans are required. 
‎
Does that make sense?‎
‎
Vladimir‎




pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Patch: ResourceOwner optimization for tables with many partitions
Next
From: Craig Ringer
Date:
Subject: Re: WIP: Failover Slots