Changes between Initial Version and Version 3 of Ticket #524


Ignore:
Timestamp:
Apr 2, 2007, 9:07:13 PM (17 years ago)
Author:
warmerdam
Comment:

Closing as the requirement is satisfied. I'm not sure why it is still open.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #524

    • Property Priority highnormal
    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #524 – Description

    initial v3  
    1 {{{
    2 It is possible to have mixed-case table names in PostgreSQL but in general they
    3 get annoying to deal with.  The reason for this is because all the clients
    4 talking to the database must explicitly double-quote the table name.  It's much
    5 nicer if everyone just does the same thing psql does- use lowercase table/column
    6 names by default.
    7 }}}
     1
     2It 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.