Re: Function parameters of rowtype

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Iker Arizmendi <iker(at)research(dot)att(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Function parameters of rowtype
Date: 2004-02-11 16:43:19
Message-ID: 21852.1076517799@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Iker Arizmendi <iker(at)research(dot)att(dot)com> writes:
> How are function parameters of rowtype specified when
> calling them from a client such as libpq?

Something like
select myfunc(t.*) from tab t where ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2004-02-11 16:44:06 Re: [GENERAL] dblink - custom datatypes don't work
Previous Message Tom Lane 2004-02-11 16:39:16 Re: [GENERAL] dblink - custom datatypes don't work