Re: So what's an "empty" array anyway? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: So what's an "empty" array anyway?
Date
Msg-id 9102.1224622721@sss.pgh.pa.us
Whole thread Raw
In response to Re: So what's an "empty" array anyway?  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: So what's an "empty" array anyway?
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> If we got rid of zero dimension arrays, how would I declare a new  
> empty array in a PL/pgSQL function?

Same as before, I think: initialize it to '{}'.  What's at stake here
is exactly what does that notation mean ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: So what's an "empty" array anyway?
Next
From: "David E. Wheeler"
Date:
Subject: Re: So what's an "empty" array anyway?