Re: PG case sensitivity

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Christian Sell <christian(dot)sell(at)netcologne(dot)de>, Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PG case sensitivity
Date: 2004-09-14 12:47:14
Message-ID: 200409141447.14103.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Christian Sell wrote:
> Anyhow, I still dont see why
>
> select * from A
> -- and
> select * from "A"
>
> are different things, if the standard requires case insensitivity.

You're operating under flawed assumptions. Please read the
documentation for the full details:
http://www.postgresql.org/docs/7.4/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nick Hajek 2004-09-14 13:13:28 8.0.0 beta 2, void type
Previous Message Christian Sell 2004-09-14 12:17:04 Re: PG case sensitivity