Re: apparent problem with a PL

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: apparent problem with a PL
Date: 2003-04-19 07:08:08
Message-ID: 200304191238.08953.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Thanks so much for responding
so i assume its harmless rite?

But the second problem (refer next posting) seems to be serious
any comments? do u want me to post more details?

Regds
Mallah.

On Saturday 19 Apr 2003 12:20 pm, Stephan Szabo wrote:
> On Sat, 19 Apr 2003, Rajesh Kumar Mallah wrote:
> > If I limit a particular query to show 3 results which has a function
> > call how can the function get called 4 times ? its apparently happening
> > to me.
>
> In versions before 7.4 I think it grabbed one extra row beyond what you
> specify for the limit and then doesn't return that row, so if you say
> limit 3 it gets 4 rows (and thus calls the function 4 times). This
> appears to be different in 7.4.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Edipo E. F. Melo 2003-04-19 11:50:06 Where is the sequence value?
Previous Message A.Bhuvaneswaran 2003-04-19 06:55:34 Re: How to retrieve object definition?