Re: Stored Procedure Speed - Mailing list pgsql-general

From Tom Lane
Subject Re: Stored Procedure Speed
Date
Msg-id 26876.1177524256@sss.pgh.pa.us
Whole thread Raw
In response to Re: Stored Procedure Speed  (Richard Huxton <dev@archonet.com>)
Responses Re: Stored Procedure Speed  (Richard Huxton <dev@archonet.com>)
List pgsql-general
Richard Huxton <dev@archonet.com> writes:
> I must say I thought recent versions of PG delayed planning the query
> until first call though.

No, you're thinking of parameterized queries sent through the FE/BE
protocol.  Functions still plan without any assumptions about parameter
values.

            regards, tom lane

pgsql-general by date:

Previous
From: araza@esri.com
Date:
Subject: Where to find kind code for STATISTIC_KIND GEOMETRY?
Next
From: Richard Huxton
Date:
Subject: Re: Schema as versioning strategy