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
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