Re: Can a function be parameter in PL/PGSQL function? - Mailing list pgsql-general

From elein
Subject Re: Can a function be parameter in PL/PGSQL function?
Date
Msg-id 20070203231026.GU8879@varlena.com
Whole thread Raw
In response to Can a function be parameter in PL/PGSQL function?  ("Karen Hill" <karen_hill22@yahoo.com>)
Responses Re: Can a function be parameter in PL/PGSQL function?  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-general
On Tue, Jan 30, 2007 at 12:32:04PM -0800, Karen Hill wrote:
> Is it possible to have a pl/pgsql function take another pl/pgsql
> function as one of the parameters?
>
> regards,
> karen
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match
>

Is this what you mean? (Where arg takes and returns text)

elein=# select arg( arg('xxx') );
 arg
-----
 xxx
(1 row)

--elein

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [girgen@FreeBSD.org: Re: port fault on pg_ctl's
Next
From: Bruce Momjian
Date:
Subject: Re: date comparisons