Case sensitivity - Mailing list pgsql-general

From Dana Powers
Subject Case sensitivity
Date
Msg-id 37E5A49B.DF999E8A@ctrvax.vanderbilt.edu
Whole thread Raw
List pgsql-general
I am evaluating whether it is possible to migrate our Contact manager
system to Postgres on Linux, but I am having difficulty because the
client software was most moronically programmed to access tables using
wildly different case structures, i.e. a table might be created
'MYTABLE', and accessed 'mytable', 'MyTable' or 'MYTABLE' depending on
the context. Is there anyway to disable case-sensitivity in this case,
either through Postgres config, or the ODBC drivers? I have no access to
re-configure the clients, due to their wonderfully closed sourcedness.
Thanks
Dana Powers
dana@fphome.com


pgsql-general by date:

Previous
From: Martin Weinberg
Date:
Subject: Memory exhausted in AllocSetAlloc()
Next
From: Dana Powers
Date:
Subject: Case sensitivity