LIMIT problem - Mailing list pgsql-sql

From silly sad
Subject LIMIT problem
Date
Msg-id 4BDAD20A.1090503@bankir.ru
Whole thread Raw
Responses Re: LIMIT problem  (Nilesh Govindarajan <lists@itech7.com>)
List pgsql-sql
suppose i request

SELECT foo(t.x) FROM t LIMIT 1;

Whither it DEFINED how many times foo() will be executed?

May anyone rely on it?
Or we have to avoid this non SQLish trick?


pgsql-sql by date:

Previous
From: Jasen Betts
Date:
Subject: Re: [SPAM]-D] How to find broken UTF-8 characters ?
Next
From: Nilesh Govindarajan
Date:
Subject: Re: LIMIT problem