Ticket #524 (closed enhancement: fixed)
Uppercase table names in ogr2ogr PostgreSQL driver
| Reported by: | sfrost@… | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SRS | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by warmerdam) (diff)
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
Note: See
TracTickets for help on using
tickets.
