Re: [GENERAL] Case sensitivity

Поиск
Список
Период
Сортировка
От Dana Powers
Тема Re: [GENERAL] Case sensitivity
Дата
Msg-id 37E659BA.A1BA8EFF@fphome.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Case sensitivity  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [GENERAL] Case sensitivity  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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
>
> We have no trouble accessing tables with different case.  TABLE, Table,
> table and taBLe are all the same to us, unless you put the table name in
> double-quotes.

The problem is, if you create a table without "", the table name
defaults to lower case, and all non ""ed references to the table also
default to all lower case but if you create a table with ""s you cannot
access it unless you specify all references to it also in ""s. My
question is, is there anyway to nullify the "" behavior and set all
tables to lowercase?

Dana Powers
powersdp@ctrvax.vanderbilt.edu

В списке pgsql-general по дате отправления:

Предыдущее
От: Sebestyen Zoltan
Дата:
Сообщение: Postgres 6.5.2 compiling problems
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Case sensitivity