Re: Supporting NULL elements in arrays - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Supporting NULL elements in arrays
Date
Msg-id 6047.1131465431@sss.pgh.pa.us
Whole thread Raw
In response to Re: Supporting NULL elements in arrays  ("Pollard, Mike" <mpollard@cincom.com>)
List pgsql-hackers
"Pollard, Mike" <mpollard@cincom.com> writes:
> Can you use a default to allow the user to specify the default value for
> an element?

There's no mechanism for specifying a default value for individual
elements within an array; and I've never heard one asked for.  Certainly
it's far less interesting than allowing nulls within an array.  So
I don't think we need to give pride of syntax place to that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Harald Fuchs
Date:
Subject: Re: Supporting NULL elements in arrays
Next
From: "Pollard, Mike"
Date:
Subject: Re: Supporting NULL elements in arrays