Re: Patch: plan invalidation vs stored procedures - Mailing list pgsql-hackers

From Joshua Drake
Subject Re: Patch: plan invalidation vs stored procedures
Date
Msg-id 20080819090133.14190123@jd-laptop
Whole thread Raw
In response to Re: Patch: plan invalidation vs stored procedures  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Patch: plan invalidation vs stored procedures  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Tue, 19 Aug 2008 12:48:06 +0100
Gregory Stark <stark@enterprisedb.com> wrote:

> "Hannu Krosing" <hannu@2ndQuadrant.com> writes:
> 
> > Maybe there should be something in postgreSQL docs that warns users
> > against using functions in any non-trivial circumstances, as
> > functions are not expected to behave like the rest of postgreSQL
> > features and there is not plan to fix that ?
> 
> Now who's trolling :)

Although I read his remark as sarcastic after reading the entire
thread I have to say it may be a good idea to have the something in
the docs about the limitation. I never think about it anymore
because I am used to the behavior. I can see where and entity
like skype who has I am sure thousands of procedures would have this
as a constant irritant.

Do I think it should be pushed back to 8.3.x; no. It is a feature. I
don't consider the existing behavior a bug. I consider it a limitation
and we don't back patch fixes for limitations. 

Sincerely,

Joshua D. Drake


-- 
The PostgreSQL Company since 1997: http://www.commandprompt.com/ 
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate




pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Patch: plan invalidation vs stored procedures
Next
From: Tom Lane
Date:
Subject: Re: Patch: plan invalidation vs stored procedures