Re: case-sensitivity inconsistency in quoted column aliases

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Mike Hoolehan <mike(at)sycamorehq(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: case-sensitivity inconsistency in quoted column aliases
Date: 2002-01-09 19:42:36
Message-ID: Pine.LNX.4.30.0201091441490.734-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Mike Hoolehan writes:

> if a quoted column alias in a FROM clause sub-select contains upper-case
> chars, then that column cannot be later referenced without using quotes

This is expected behaviour. See also

http://www.de.postgresql.org/users-lounge/docs/7.1/postgres/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2002-01-09 19:55:00 Re: case-sensitivity inconsistency in quoted column aliases
Previous Message Tom Lane 2002-01-09 19:37:58 Re: case-sensitivity inconsistency in quoted column aliases in FROM subselects