Hi,
while porting the MySQL schema to PostgreSQL I've found that it has a column named "authorization", which is a reserved SQL key word, see http://www.postgresql.org/docs/9.2/static/sql-keywords-appendix.html. MySQL should not have accepted it. Would be nice if this could be changed before 4.0.