Re: array functions - request for opinions (was Re: [PATCHES] array - Mailing list pgsql-hackers

From Tom Lane
Subject Re: array functions - request for opinions (was Re: [PATCHES] array
Date
Msg-id 12067.1054004014@sss.pgh.pa.us
Whole thread Raw
In response to Re: array functions - request for opinions (was Re: [PATCHES]  (Joe Conway <mail@joeconway.com>)
Responses Re: array functions - request for opinions (was Re: [PATCHES]  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> One question, should this work to create an empty array:

> regression=# select array[];
> ERROR:  parser: parse error at or near "]" at character 14

Only if you can specify what type it has.  This seems to get back
to our off-list discussion about what to do with array of unknown.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: array functions - request for opinions (was Re: [PATCHES]
Next
From: Joe Conway
Date:
Subject: Re: array functions - request for opinions (was Re: [PATCHES]