Re: [SQL] COALESCE() bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jens(at)jens(dot)de
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] COALESCE() bug?
Date: 1999-07-29 00:13:24
Message-ID: 25841.933207204@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Jens Glaser <jens(at)helena(dot)jens(dot)de> writes:
> the following SQL statement gives an error:
> ERROR: fix_indxqual_references: Cannot handle node type 723

Interesting. I wouldn't have thought 6.5 would try to use an index
with an expression involving COALESCE(). Evidently it does.

I'll take a look, but I can't guarantee that the fix is simple enough
to back-patch into 6.5 ... you might have to drop the index on
pt.objectid to get this to work :-(

regards, tom lane

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 1999-07-29 00:28:18 Re: [SQL] COALESCE() bug?
Previous Message Matthew Hagerty 1999-07-28 21:46:26 Re: [SQL] Join with blank records.