Re: Proposal: new function array_init - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proposal: new function array_init
Date
Msg-id 5888.1212615288@sss.pgh.pa.us
Whole thread Raw
In response to Re: Proposal: new function array_init  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Responses Re: Proposal: new function array_init  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List 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 by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: Proposal: new function array_init
Next
From: "Pavel Stehule"
Date:
Subject: Re: Proposal: new function array_init