Hi all,
when i am returning function as setof record then it will give error
"ERROR: set-valued function called in context that cannot accept a set
CONTEXT: PL/pgSQL function "gfs_ls" while casting return value to
function's return type"
plz help me to get rid of it
--
With Regards,
Anjali Aro
On 25-apr-2006, at 16:46, Tom Lane wrote:
Paul van der Zwan <[EMAIL PROTECTED]> writes:
AFAIK getpagesizes() appeared in 2001 so that probably means it is
missing in anything before Solaris 9.
We could handle this without relying on getpagesizes() by just trying
and falling back:
#ifdef SHM
On 25-apr-2006, at 20:34, Tom Lane wrote:
Paul van der Zwan <[EMAIL PROTECTED]> writes:
On 25-apr-2006, at 16:46, Tom Lane wrote:
AFAICS, SHM_SHARE_MMU has no
guaranteed semantic effect anyway, it's just a performance hint; so
ignoring it on platforms that can't handle it is reasonable.
I d
Anjali Arora wrote:
Hi all,
when i am returning function as setof record then it will give error
"ERROR: set-valued function called in context that cannot accept a set
CONTEXT: PL/pgSQL function "gfs_ls" while casting return value to
function's return type"
This is not a bug - see the manuals