how to call a function with row-type arg

From: sad <sad(at)bankir(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: how to call a function with row-type arg
Date: 2003-09-12 05:31:13
Message-ID: 200309120931.13760.sad@bankir.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi
how to call a function with a row_type arg ??
that is the question

CREATE FUNCTION foo(tablename) returns int .....

SELECT foo ( ??????? );

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2003-09-12 07:08:22 Re: How do I replace select ... into commands?
Previous Message Richard Sydney-Smith 2003-09-12 05:06:57 Re: How do I replace select ... into commands?