DEV Community

Discussion on: Don't get bit by PostgreSQL case sensitivity

Collapse
 
dreynglar profile image
dreynglar

This is the opposite problem of Oracle; they use all upper case unless enclosed by double quotes

Collapse
 
andyclapham profile image
Andy Clapham

And a nightmare when trying to migrate from Oracle to Postgres. FML.