Re: Can a function be parameter in PL/PGSQL function?

Поиск
Список
Период
Сортировка
От elein
Тема Re: Can a function be parameter in PL/PGSQL function?
Дата
Msg-id 20070203231026.GU8879@varlena.com
обсуждение исходный текст
Ответ на Can a function be parameter in PL/PGSQL function?  ("Karen Hill" <karen_hill22@yahoo.com>)
Ответы Re: Can a function be parameter in PL/PGSQL function?  ("Merlin Moncure" <mmoncure@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [girgen@FreeBSD.org: Re: port fault on pg_ctl's
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: date comparisons