Re: [PERFORM] Seq scan on zero-parameters function - Mailing list pgsql-sql

From Tomasz Myrta
Subject Re: [PERFORM] Seq scan on zero-parameters function
Date
Msg-id 4023567E.1020406@klaster.net
Whole thread Raw
Responses Re: [PERFORM] Seq scan on zero-parameters function  ("Octavio Alvarez" <alvarezp@alvarezp.ods.org>)
List pgsql-sql
Dnia 2004-02-06 09:43, Użytkownik Octavio Alvarez napisał:
> Thanks for the hint.
> 
> In fact, my current_period_id() is based on time, but it should be
> constant along the query execution. I mean, I don't want some records
> filtered with some values and other with other values... I'll have an
> uncongruent recordset.

Well - you didn't read the chapter I noticed you, did you?

Look at function now(). It returns always the same value inside 
transaction. If your current_period_id() works the same way as now() 
then declare it as STABLE.

Regards,
Tomasz Myrta


pgsql-sql by date:

Previous
From: Tomasz Myrta
Date:
Subject: [Fwd: Re: [PERFORM] Seq scan on zero-parameters function]
Next
From: Gary Stainburn
Date:
Subject: alias problem on join