Re: PL/SQL question

From: Rory Campbell-Lange <rory(at)campbell-lange(dot)net>
To: "Froggy / Froggy Corp(dot)" <froggy(at)froggycorp(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PL/SQL question
Date: 2004-04-27 22:40:37
Message-ID: 20040427224037.GD15438@campbell-lange.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The function should be called as "select * from function_name (xyz)"
rather than "select from function_name (xyz)", I would guess.

Rory

On 21/04/04, Froggy / Froggy Corp. (froggy(at)froggycorp(dot)com) wrote:
> I allways get the same error :
>
> ERROR: set-valued function called in context that cannot accept a set
--
Rory Campbell-Lange
<rory(at)campbell-lange(dot)net>
<www.campbell-lange.net>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-04-27 23:03:01 Cannot open relation pg_cast_source_target_index
Previous Message Doug McNaught 2004-04-27 21:43:31 Re: Question