Re: [HACKERS] Relax table alias conflict rule in 9.3?

2013-11-12 Thread Andreas
Am 11.11.2013 02:06, schrieb Tom Lane: We had a complaint http://www.postgresql.org/message-id/e1vjuby-0002a1...@wrigleys.postgresql.org about the fact that 9.3 rejects queries with duplicate table aliases like this: select * from tenk1 a left join (int4_tbl a cross join int8_tbl b) c on unique1

Re: [HACKERS] Relax table alias conflict rule in 9.3?

2013-11-12 Thread Robert Haas
On Sun, Nov 10, 2013 at 8:06 PM, Tom Lane wrote: > We had a complaint > http://www.postgresql.org/message-id/e1vjuby-0002a1...@wrigleys.postgresql.org > about the fact that 9.3 rejects queries with duplicate table aliases like > this: > > select * from tenk1 a left join (int4_tbl a cross join int8