Re: column aliases - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: column aliases
Date
Msg-id 200006080351.XAA12572@candle.pha.pa.us
Whole thread Raw
In response to Re: column aliases  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: column aliases  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> >> What it looks like to me is that we have a bug in the expansion of '*'.
> >> It should be generating columns for both the explicit and the implicit
> >> FROM clause, but it's evidently deciding that it should only produce
> >> output columns for the first one.
> 
> 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?

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: column aliases
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: DROP COLUMN status