| From: | Blashko Alexander <black(at)lins(dot)ospu(dot)odessa(dot)ua> |
|---|---|
| To: | pgsql-general(at)postgreSQL(dot)org |
| Subject: | Problem with table,field names. |
| Date: | 1999-02-11 10:45:08 |
| Message-ID: | Pine.LNX.3.96.990211122500.1029B-100000@lins.ospu.odessa.ua |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | George Moga | 1999-02-11 12:21:50 | Re: [SQL] Select max field |
| Previous Message | dustin sallings | 1999-02-11 08:55:38 | Re: [GENERAL] A book for PgSQL? A need? yes? no? |