Re: Bug or Feature? Subquery issue.

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug or Feature? Subquery issue.
Date: 2003-10-22 03:25:47
Message-ID: 200310212025.47341.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom,

> This is absolutely NOT an error. iddomain in the subquery is a
> legitimate outer reference, if it's not otherwise known in the subquery.
> There is no clause in the SQL spec that says that outer references are
> invisible in any context ... even if it means you just deleted your
> whole table, which is what I think will happen here...

Yup, that's what happened.

Wasn't sure. We're OK then.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message dedy setiawan 2003-10-22 04:07:47 my postgreSQL 7.4 beta for windows
Previous Message Tom Lane 2003-10-22 02:59:32 Re: Bug or Feature? Subquery issue.