Re: Incorrect column identifer using AS in SELECT statement on a VIEW.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hayden James <hayden(dot)james(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Incorrect column identifer using AS in SELECT statement on a VIEW.
Date: 2005-11-23 17:27:41
Message-ID: 23006.1132766861@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hayden James <hayden(dot)james(at)gmail(dot)com> writes:
> then I do a SELECT col1 AS something FROM Test2; The column identifier
> comes back as "col1" instead of "something".

Hmm, we fixed a problem just like this last month ... seems we missed
some cases though ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2005-11-23 19:44:52 Re: BUG #2060: Issue with Data base connection
Previous Message Wim Audenaert 2005-11-23 15:13:12 Re: BUG #2065: Problem with language conversion in pg_dump