Re: Scaler forms as function arguments

From: Andreas Tille <tillea(at)rki(dot)de>
To:
Cc: PostgreSQL SQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Scaler forms as function arguments
Date: 2003-11-27 16:40:43
Message-ID: Pine.LNX.4.56.0311271739120.12965@wr-linux02.rki.ivbb.bund.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, 27 Nov 2003, Joe Conway wrote:

> Andreas Tille wrote:
> > test=# select PLpgSQLDepartmentSalaries() ;
>
> This should be:
> regression=# select * from PLpgSQLDepartmentSalaries();
> departmentid | totalsalary
> --------------+-------------
> 1 | 80000
> 2 | 60000
> (2 rows)
Well, it is easy to understand what it 'should be' reading the code - but
it throws the error message I posted. Is this possibly a feature of a higher
PostgreSQL version than 7.3.2?

Kind regards

Andreas.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tomasz Myrta 2003-11-27 17:11:51 explicit joins wrong planning
Previous Message Joe Conway 2003-11-27 15:57:08 Re: Scaler forms as function arguments