Function parameter

Поиск
Список
Период
Сортировка
От Nico Callewaert
Тема Function parameter
Дата
Msg-id 328AA078F4E04573B21FD2AAB62DF221@etsinformatics.local
обсуждение исходный текст
Ответы Re: Function parameter  (John DeSoi <desoi@pgedit.com>)
Список pgsql-general
Hi !
 
I'm trying to modify an input parameter of a function, but I receive following error :
 
ERROR:  "$17" is declared CONSTANT
CONTEXT:  compile of PL/pgSQL function "update_jobreg" near line 26
 
Is there a way to modify an input parameter or I have to declare a local variable and assign that input parameter to it ?
 
Many thanks in advance, Nico Callewaert

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: speaking of 8.4...
Следующее
От: Sam Mason
Дата:
Сообщение: Re: Poor select count(*) performance