Re: plpgsql and setting array values.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql and setting array values.
Дата
Msg-id 20888.1048544805@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plpgsql and setting array values.  ("Nicolai Petri" <lists@petri.cc>)
Список pgsql-general
"Nicolai Petri" <lists@petri.cc> writes:
> The problem is that i cannot assign values to explicit array values like
> myarray[2]:=123;

Yeah, plpgsql doesn't support that (subscripting the assignment
destination).  It's been on the to-do list for awhile, but hasn't risen
to the top of anyone's queue I guess.  One thing that's not real clear
is what the semantics should be --- the equivalent cases at the SQL
level aren't super friendly, either.

            regards, tom lane


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: fairly current mysql v postgresql comparison need for
Следующее
От: Joe Conway
Дата:
Сообщение: Re: PL/Java (was: stored procedures)