logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
PostgreSQL 7.2.1 ?bug?
: One Message
Begin main content
Forum OpenACS Development: Response to PostgreSQL 7.2.1 ?bug?
Search:
Back to OpenACS Development
12
:
Response to PostgreSQL 7.2.1 ?bug?
(response to
1
)
Posted by
David Walker
on
05/15/02 09:07 PM
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));
Back to OpenACS Development