From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Decibel!" <decibel(at)decibel(dot)org>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: array_length() |
Date: | 2008-11-12 15:56:57 |
Message-ID: | 491AFCC9.9040609@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Robert Haas wrote:
> Hmm, ISTM that cardinality() is implemented here in the manner
> previously rejected for array_length()...
The objection was that basic functionality should not be implemented in
SQL. If we want to disallow all compatibility functions implemented in
SQL as well, we have more work to do.
>
> ...Robert
>
> On Wed, Nov 12, 2008 at 8:13 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
>> Robert Haas wrote:
>>> Updated version attached, this time without the compiler warning.
>> I have committed something based on this. The issue of empty arrays will
>> need a separate solution.
>>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2008-11-12 15:58:48 | Re: So what's an "empty" array anyway? |
Previous Message | Richard Huxton | 2008-11-12 15:52:03 | Re: Very slow queries w/ NOT IN preparation (seems like a bug, test case) |