PG_FUNCTION_ARGS: typeof arg ? - Mailing list pgsql-novice

From Nabil Sayegh
Subject PG_FUNCTION_ARGS: typeof arg ?
Date
Msg-id 1056477442.6385.24.camel@billy
Whole thread Raw
Responses Re: PG_FUNCTION_ARGS: typeof arg ?  (Joe Conway <mail@joeconway.com>)
List pgsql-novice
Hi,

is there a possibility to check the type of the nth argument of
PG_FUNCTION_ARGS ?

I'm trying to add another (optional) argument to a function that already
has an optional one.
So I need to know if the 4th arg is of type TEXT (or not of INT32).

TIA
--
 e-Trolley Sayegh & John, Nabil Sayegh
 Tel.: 0700 etrolley /// 0700 38765539
 Fax.: +49 69 8299381-8
 PGP : http://www.e-trolley.de


pgsql-novice by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: PostGreSQL remote access
Next
From: Joe Conway
Date:
Subject: Re: PG_FUNCTION_ARGS: typeof arg ?