Re: Question about passing User defined types to functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ddurst(at)larubber(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Question about passing User defined types to functions
Date: 2003-01-30 15:39:59
Message-ID: 19632.1043941199@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"David Durst" <ddurst(at)larubber(dot)com> writes:
> CREATE TYPE dumby_type AS (dumby_id int4, dumby_name text);

> create function kick_dumby(dumby dumby_type) returns INTEGER AS '

Should be

create function kick_dumby(dumby_type) returns INTEGER AS '...

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Hlavnicka 2003-01-30 15:54:14 calculated expressions and index use
Previous Message Christoph Haller 2003-01-30 15:29:08 Re: Question about passing User defined types to functions