Re: Proposal: new function array_init

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proposal: new function array_init
Дата
Msg-id 5888.1212615288@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Proposal: new function array_init  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: Proposal: new function array_init
Список pgsql-hackers
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> idealized code:

> a = array_set(array[10,10]); // untyped null array
> a[10,10] = 'text'; -- now array is typed

And how did you declare 'a'?  This seems like a solution in search of a
problem.
        regards, tom lane


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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Proposal: new function array_init
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Proposal: new function array_init