Re: how to call a function with row-type arg

Поиск
Список
Период
Сортировка
От Richard Hall
Тема Re: how to call a function with row-type arg
Дата
Msg-id 3F61CBBD.77B7EC68@micropat.com
обсуждение исходный текст
Ответ на how to call a function with row-type arg  (sad <sad@bankir.ru>)
Список pgsql-sql
<tt>DECLARE</tt><br /><tt>    I INTEGER;</tt><br /><tt>BEGIN</tt><br /><tt>    SELECT *</tt><br /><tt>      INTO
I</tt><br/><tt>      FROM foo( <</tt>tablename><tt> )</tt><p>That part is easy, but I don't understand what you
areusing as a function parameter. <p>Rick <p>sad wrote: <blockquote type="CITE">hi <br /> how to call a function with a
row_typearg ?? <br /> that is the question <p>CREATE FUNCTION foo(tablename) returns int ..... <p>SELECT foo ( ???????
);<p>---------------------------(end of broadcast)--------------------------- <br />TIP 7: don't forget to increase
yourfree space map settings</blockquote> 

В списке pgsql-sql по дате отправления:

Предыдущее
От: "Richard Huxton"
Дата:
Сообщение: Re: How do I replace select ... into commands?
Следующее
От: "vijaykumar M"
Дата:
Сообщение: createlang plpgsql failing on redhatlinux7.2