Re: Do FROM items of different schemas conflict? - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Do FROM items of different schemas conflict?
Date
Msg-id 3C895797.7020207@joeconway.com
Whole thread Raw
In response to Do FROM items of different schemas conflict?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Joe Conway <mail@joeconway.com> writes:
> 
>>This works in Oracle 8.1.6
>>
> 
> So what does Oracle do with
> 
> select plan_table.operation from apps.plan_table, cyapps.plan_table;
> 
> ??
> 

SQL> select plan_table.operation from apps.plan_table, cyapps.plan_table;

select plan_table.operation from apps.plan_table, cyapps.plan_table

ORA-00918: column ambiguously defined


Joe



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Do FROM items of different schemas conflict?
Next
From: Fernando Nasser
Date:
Subject: Re: Do FROM items of different schemas conflict?