Re: Function parameters of rowtype - Mailing list pgsql-general

From Tom Lane
Subject Re: Function parameters of rowtype
Date
Msg-id 21852.1076517799@sss.pgh.pa.us
Whole thread Raw
In response to Function parameters of rowtype  (Iker Arizmendi <iker@research.att.com>)
Responses Re: Function parameters of rowtype  (Iker Arizmendi <iker@research.att.com>)
List pgsql-general
Iker Arizmendi <iker@research.att.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_class and relfilenode
Next
From: Tom Lane
Date:
Subject: Re: DB cache size strategies