![]() |
|||||||||||||||||||||||||
|
openCRX v1.11 with PostgreSQL on LinuxPuzzling behavior of PostgreSQLBased on our analysis PostgreSQL is not behaving consistently across platforms. The replies to the following (trivial) select statements are irritating:
The replies of pg 8.1 on Windows are correct, some of the replies of pg on Linux are (in our opinion) not correct. This puzzling behavior is the reason why the standard distribution of openCRX v1.11.0 does not work with PostgreSQL on Linux. A note to the PostgreSQL community: '0' > '/' implies '0' > '/(.)+' (unless '/' is treated as some kind of special escape character in a particular locale so that '/a < '0' is true for such a locale; to our best knowledge, such a locale does not exist). How to get openCRX v1.11.0 up and running with PostgreSQL on LinuxWe made an updated library available that works around the above-mentioned PostgreSQL bug. Follow the steps below to get openCRX v1.11 up and running with PostgreSQL on Linux:
|
||||||||||||||||||||||||