Re: Custom types as parameter in stored function

Поиск
Список
Период
Сортировка
От mephysto
Тема Re: Custom types as parameter in stored function
Дата
Msg-id 1309168064709-4527663.post@n5.nabble.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: Reusing cached prepared statement slow after 5 executions
Следующее
От: mephysto
Дата:
Сообщение: Custom types as parameter in stored function