<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Union All in subquery causes failure"]]></title>
		<link>http://forums.enterprisedb.com/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "Union All in subquery causes failure"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Union All in subquery causes failure</title>
				<description><![CDATA[ GridSQL -&gt; create table t1 (col1 int, col2 int) replicated;<br /> OK<br />  Response time: 0m 0s 35ms  Total time: 0m 0s 35ms<br /> <br /> GridSQL -&gt; create table t2 (id int) replicated;<br /> OK<br /> <br /> GridSQL -&gt; select * from (select col1 from t1 union all select col2 from t1) as x where x.col1 not in (select id from t2);<br /> SQLException: ERROR: Can not prepare request: Table x has not been found in database mydb<br /> <br /> Same query works when executed directly on all nodes.]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1542/5398.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1542/5398.page</link>
				<pubDate><![CDATA[Thu, 4 Dec 2008 19:03:36]]> GMT</pubDate>
				<author><![CDATA[ Don_N]]></author>
			</item>
			<item>
				<title>Re:Union All in subquery causes failure</title>
				<description><![CDATA[ Hi Don,<br /> This looks like a bug. We are looking into this and will post an update soon.<br /> <br /> --<br /> Atul]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1542/5401.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1542/5401.page</link>
				<pubDate><![CDATA[Fri, 5 Dec 2008 03:58:52]]> GMT</pubDate>
				<author><![CDATA[ Atul_D]]></author>
			</item>
			<item>
				<title>Re:Union All in subquery causes failure</title>
				<description><![CDATA[ Hi Don,<br /> A patch has been committed in the CVS that resolves this issue.<br /> <br /> Thanks,<br /> Atul]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1542/5420.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1542/5420.page</link>
				<pubDate><![CDATA[Wed, 10 Dec 2008 00:09:10]]> GMT</pubDate>
				<author><![CDATA[ Atul_D]]></author>
			</item>
	</channel>
</rss>
