Opened 20 years ago

Last modified 17 years ago

#524 closed enhancement

Uppercase table names in ogr2ogr PostgreSQL driver — at Initial Version

Reported by: sfrost@… Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SRS Version: unspecified
Severity: minor Keywords:
Cc:

Description

It is possible to have mixed-case table names in PostgreSQL but in general they
get annoying to deal with.  The reason for this is because all the clients
talking to the database must explicitly double-quote the table name.  It's much
nicer if everyone just does the same thing psql does- use lowercase table/column
names by default.

Change History (0)

Note: See TracTickets for help on using tickets.