From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Joe Conway <mail(at)joeconway(dot)com> |
Cc: | Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: array_lower /array_prepend doubt |
Date: | 2004-01-21 18:11:38 |
Message-ID: | 2597.1074708698@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Joe Conway <mail(at)joeconway(dot)com> writes:
> Tom Lane wrote:
>> Because array_prepend keeps the subscripts of the existing array
>> elements the same. This was discussed during development of the
>> code, but I don't see anything in the documentation that mentions it.
> It could perhaps be added to the "Functions and Operators" page for
> arrays, but it is mentioned here:
> http://www.postgresql.org/docs/current/static/arrays.html#AEN5183
Ah. I was looking at the mentions of array_prepend() ... but of course
the manual also says that you should use the || operator instead ...
so I guess this mention is sufficient.
The other point about pg_dump failing to correctly restore arrays with
nondefault lower bounds is a good one, though. We need to think about
how to fix that.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2004-01-21 18:36:18 | Re: array_lower /array_prepend doubt |
Previous Message | Joe Conway | 2004-01-21 18:03:28 | Re: array_lower /array_prepend doubt |