Forum OpenACS Development: Response to PostgreSQL 7.2.1 ?bug?

Collapse
Posted by David Walker on
Well if you're not opposed to trying other stuff you can "create
view myview as select 0<2^7" and then pg_dump that view and see how
postgres rewrites it.

On my system it is rewritten as
CREATE VIEW "myview" as SELECT (0 < (2 ^ 7));