Re: Use of %ROWTYPE in plpgsql function declarations

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Use of %ROWTYPE in plpgsql function declarations
Date: 2005-12-04 05:31:34
Message-ID: 5506.1133674294@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Karl O. Pinc" <kop(at)meme(dot)com> writes:
> Speaking of documentation, it's none too clear that
> %ROWTYPE does not seem to work when declaring plpgsql
> functions.

There is noplace that claims that it does. Perhaps you
are looking for %TYPE?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karl O. Pinc 2005-12-04 05:39:35 Use of %ROWTYPE in plpgsql function declarations
Previous Message Karl O. Pinc 2005-12-04 05:28:41 Re: New.* and old.* as function arguments within rules