New issue 77 by d...@tonimueller.org: generated schema incompatible with Pg
8.4
http://code.google.com/p/contentmirror/issues/detail?id=77
./bin/instance run ./bin/mirror-ddl postgresql > mirror.sql
yields code that cannot be run by modern PostgreSQL servers. Issues
discovered so far are:
1. DATETIME -> TIMESTAMP
2. BLOB -> BYTEA
3. BOOLEAN must have values out of (True, False)
Used version: SVN trunk