Hello I have just started using ogr2ogr to load some shape and NTF data to Postgres. It works rather well with one small problem - all tables and fields are created with upper case names. In postgres, this causes some problems with SQL - you have to quote those names and fields. Is there a way to ask ogr2ogr to create objects with lower case names ? Thanks Chris