Re: [BUGS] OID in WHERE clause of SELECT results in error

2000-10-18 Thread Lamar Owen
Ilya Goldberg wrote: > For some strange reason, using an OID in a WHERE clause no longer > works in 7.0.2. It did in 6.5.3 Here is an example psql session: > PostgreSQL 7.0.2 on powerpc-unknown-linux-gnu, compiled by gcc 2.95.2 > Installed via RPMs from your FTP site. Sounds like the optimiza

[BUGS] OID in WHERE clause of SELECT results in error

2000-10-17 Thread Ilya Goldberg
For some strange reason, using an OID in a WHERE clause no longer works in 7.0.2. It did in 6.5.3 Here is an example psql session: ome=# create table foo (bar integer); CREATE ome=# insert into foo values (123); INSERT 29225 1 ome=# select bar from foo where oid=29225; ERROR: getattproperties