Re: column aliases

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: column aliases
Date: 2000-06-08 13:54:19
Message-ID: 15513.960472459@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> Looks like the behavior is still the same (except now it says
>> NOTICE: Adding missing FROM-clause entry for table pg_language
>> as well). I'm inclined to say we should change it, and am willing
>> to do the work if no one objects...

> Which part, the expansion of * or the warning code?

Changing expansion of * to include the implicit FROM clause entries
was what I was thinking of. However, given that we have the NOTICE,
maybe it's not necessary to do it. Let's leave the code as it is
for now and see what people think of it in actual use.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-06-08 14:04:11 Re: Sigh, LIKE indexing is *still* broken in foreign locales
Previous Message Don Baccus 2000-06-08 13:49:55 Re: Proposal: TRUNCATE TABLE table RESTRICT