Problem with table,field names.

Поиск
Список
Период
Сортировка
От Blashko Alexander
Тема Problem with table,field names.
Дата
Msg-id Pine.LNX.3.96.990211122500.1029B-100000@lins.ospu.odessa.ua
обсуждение исходный текст
Ответы Re: [GENERAL] Problem with table,field names.  (Oleg Broytmann <phd@sun.med.ru>)
Список pgsql-general
Hi everybody!
In the Odessa University we have developed Information System
by using Linux (Red hat 5.2), Postgres 6.2, SWI Prolog.
Now we try to use Postgres 6.4, but have folowing problem:
    create table TEST ( Name text);
We use Locale-support ( koi8r)
System Postgres 6.2 reform names of table and fields in low case.
For example:
 create table TEST ( NAME text)
 ->
              test   name
              ^^^^   ^^^^

But in Postgres 6.4 system doesnt reform this names.

We need use old property, because many our applications use
case unsensibility property.
Please, answer, where can we find in src-code this property.

Thank you for you answer.



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

Предыдущее
От: dustin sallings
Дата:
Сообщение: Re: [GENERAL] A book for PgSQL? A need? yes? no?
Следующее
От: Bennett Yip
Дата:
Сообщение: Index Problem