I am looking for a means to preserve the case of tables, columns. I know that
I could quote the identifier, but then its case sensitive. I would like to
use: CREATE TABLE MyFooBar (LastName TEXT, FirstName TEXT); /dt Name | Type |
Owner
-------------------+-------+----------
MyFooBar | table | postgres
/d myfoobar
Attribute | Type | Modifier
-----------+---------+----------
LastName | text |
FirstName | text |
Is there a means to have postgres preserve the case for displaying and yet
have it case insensitive. Thanks Philip Kubat