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

From Tom Lane
Subject Re: Proposal: new function array_init
Date
Msg-id 29286.1212611838@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:
> 2008/6/4 Tom Lane <tgl@sss.pgh.pa.us>:
>> If you mean an array of nulls, it still has to have an element type.

> I know it -  but there was discus about untyped array for empty arrays
> like ARRAY[]

What's that have to do with array_init?  It will not (usually) be trying
to create an empty array.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Proposal: new function array_init
Next
From: Greg Smith
Date:
Subject: Re: Overhauling GUCS