Re: Bug in PostrgeSQL 8.0beta

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Alexander Zhiltsov" <ayz(at)ems(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug in PostrgeSQL 8.0beta
Date: 2004-10-01 15:20:04
Message-ID: 9828.1096644004@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Alexander Zhiltsov" <ayz(at)ems(dot)ru> writes:
> Executing the following query return an error 'ERROR: unrecognized node ty=
> pe: 656'.
> SELECT pg_get_expr(i.indexprs, i.indrelid) AS expr
> FROM pg_index i
> INNER JOIN pg_class c ON i.indrelid =3D c.oid
> WHERE c.relname =3D 'art'

I'm not convinced this is really a bug, because pg_index.indexprs is not
an expression (it's a list of expressions) and so it's not clear that
pg_get_expr should be expected to work on it. What result were you
expecting to get?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2004-10-01 15:23:12 Re: Bug in PostrgeSQL 8.0beta
Previous Message Tom Lane 2004-10-01 15:06:39 Re: Disk space is consumed by UPDATE query