Re: [GENERAL] Error "cannot compare arrays of different element types"

2004-11-14 Thread Florian G. Pflug
Tom Lane wrote: "Florian G. Pflug" <[EMAIL PROTECTED]> writes: Since sometime yesterday, my postgresql (7.4.5) reports "ERROR: cannot compare arrays of different element types", when I analyze a specific table in my database. ... GOLink has the basetype int8, which GOLinkList has the basetype int8

Re: [GENERAL] Error "cannot compare arrays of different element types" when trying to ANALYZE

2004-11-14 Thread Tom Lane
"Florian G. Pflug" <[EMAIL PROTECTED]> writes: > Since sometime yesterday, my postgresql (7.4.5) reports > "ERROR: cannot compare arrays of different element types", > when I analyze a specific table in my database. > ... > GOLink has the basetype int8, which GOLinkList has the basetype int8[]. I