<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>