citus/src
Onder Kalaci ae3fd6e10d Disallow subqueries without a relation in the range table list for INSERT .. SELECT
This commit disallows subqueries without relation in the range table
list. This commit is only applied for INSERT.. SELECT queries.

The reasoning behind this limitation is that if we allow pushing down
such queries, the result would include (shardCount * expectedResults)
where in a non distributed world the result would be (expectedResult)
only.
2017-04-14 17:17:00 +03:00
..
backend Disallow subqueries without a relation in the range table list for INSERT .. SELECT 2017-04-14 17:17:00 +03:00
include Add top level union support 2017-04-14 15:49:52 +03:00
test/regress Disallow subqueries without a relation in the range table list for INSERT .. SELECT 2017-04-14 17:17:00 +03:00