Re: Custom types as parameter in stored function - Mailing list pgsql-general

From mephysto
Subject Re: Custom types as parameter in stored function
Date
Msg-id 1309168064709-4527663.post@n5.nabble.com
Whole thread Raw
List 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.

pgsql-general by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Reusing cached prepared statement slow after 5 executions
Next
From: mephysto
Date:
Subject: Custom types as parameter in stored function