Re: Custom types as parameter in stored function

From: mephysto <gennaria(at)email(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Custom types as parameter in stored function
Date: 2011-06-27 09:47:44
Message-ID: 1309168064709-4527663.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ehmmm, sorry..

Correct syntax for select is:

select myfunc((1, 'foo')::myType);

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Custom-types-as-parameter-in-stored-function-tp4527618p4527663.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Leif Biberg Kristensen 2011-06-27 10:11:21 Re: An amusing MySQL weakness--not!
Previous Message mephysto 2011-06-27 09:33:27 Custom types as parameter in stored function