Re: PG case sensitivity

From: Harald Fuchs <hf0722x(at)protecting(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PG case sensitivity
Date: 2004-09-14 14:10:19
Message-ID: puu0u1hrg4.fsf@srv.protecting.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In article <200409141353(dot)12147(dot)peter_e(at)gmx(dot)net>,
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:

> Christian Sell wrote:
>> 1) can PG be configured to operate case insensitive?

> No.

>> 2) why in the world was case sensitivity introduced at all?

> Because the SQL standard specifies it.

I think it's the other way round. "CREATE TABLE SHIT" and "create
table shit" are the same according to the SQL standard, and they are
the same for PostgreSQL. The 'gotcha' is that when you ask PostgreSQL
for the table name you get "shit" and not "SHIT", as opposed to many
other DBMSs.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2004-09-14 14:19:17 Re: PG case sensitivity
Previous Message Martijn van Oosterhout 2004-09-14 14:05:42 Re: Grant