Re: function parameters

Поиск
Список
Период
Сортировка
От James Cloos
Тема Re: function parameters
Дата
Msg-id m34pvfnlqc.fsf@lugabout.jhcloos.org
обсуждение исходный текст
Ответ на Re: function parameters  (Richard Broersma Jr <rabroersma@yahoo.com>)
Список pgsql-novice
>>>>> "Richard" == Richard Broersma <rabroersma@yahoo.com> writes:

>> Is it possible for funtions to have named parameters rather than just
>> positional parameters?

Richard> I am not sure that every procedural language is the same, but with plpgsql:
Richard> www.postgresql.org/docs/8.1/interactive/plpgsql-declarations.html#PLPGSQL-DECLARATION-ALIASES

I meant to reply again to this.

I wound up with a staging table with a before trigger which calls the
function.  So, instead of "SELECT foobar()" I "INSERT INTO staging".
The columns of staging are what the arguments to foobar() would have
been, and foobar gets the data from OLD (or $_TD->{new} in plperl¹).

Thanks again.  The hint led me to the fountain.

-JimC

¹ cf my post in docs about $_TD->{old}

--
James Cloos <cloos@jhcloos.com>         OpenPGP: 0xED7DAEA6

В списке pgsql-novice по дате отправления:

Предыдущее
От: Daniel Staal
Дата:
Сообщение: Re: install pgadmin3 on suse10
Следующее
От: James Cloos
Дата:
Сообщение: Re: defaults referencing other columns?