Re: Scaler forms as function arguments

From: Joe Conway <mail(at)joeconway(dot)com>
To: Andreas Tille <tillea(at)rki(dot)de>
Cc: PostgreSQL SQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Scaler forms as function arguments
Date: 2003-11-27 15:57:08
Message-ID: 3FC61ED4.6050205@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Andreas Tille wrote:
> test=# select PLpgSQLDepartmentSalaries() ;

This should be:
regression=# select * from PLpgSQLDepartmentSalaries();
departmentid | totalsalary
--------------+-------------
1 | 80000
2 | 60000
(2 rows)

HTH,

Joe

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Tille 2003-11-27 16:40:43 Re: Scaler forms as function arguments
Previous Message Alexander M. Pravking 2003-11-27 14:11:25 Validity check in to_date?