"Florian G. Pflug" <[EMAIL PROTECTED]> writes:
> Since postgres disallows empty array literals (array[] gives an syntax
> error), I guess creating empty array by removing the last element is
> quite hackish too... Will empty arrays be eventually supported, or will
> they be forbidden entirely (e.g,
"Florian G. Pflug" <[EMAIL PROTECTED]> writes:
> A few weeks ago, I reported that ANALYZE gives the error
> "cannot compare arrays of different element types"
> in one of my databases.
> I now constructed a small testcase that is able to reproduce the problem:
Thanks for the example. It turns ou
Florian G. Pflug wrote:
A few weeks ago, I reported that ANALYZE gives the error
"cannot compare arrays of different element types"
in one of my databases.
I now constructed a small testcase that is able to reproduce the problem:
-
Hi
A few weeks ago, I reported that ANALYZE gives the error
"cannot compare arrays of different element types"
in one of my databases.
I now constructed a small testcase that is able to reproduce the problem:
---
-- The databa