FUNCTION question

Поиск
Список
Период
Сортировка
От Nico Callewaert
Тема FUNCTION question
Дата
Msg-id 75EF8EA384134D8A86D4D24B02F54811@etsinformatics.local
обсуждение исходный текст
Ответы Re: FUNCTION question  (John DeSoi <desoi@pgedit.com>)
Список pgsql-novice
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-novice по дате отправления:

Предыдущее
От: Rafael Domiciano
Дата:
Сообщение: Re: PARAMETERS IN QUERIES
Следующее
От: John DeSoi
Дата:
Сообщение: Re: FUNCTION question