cannot use CTEs in core query #5
Slania
commented
Feb 28, 2016
Thanks for reporting this issue, it is the same one as #4. It is now fixed in the master branch.
In the develop branch this particular query is broken because it deparses the transformed query plan to do parameter substitution, but the deparsing functions (copied from ruleutils.c in PostgreSQL) seems to add an invalid prefix so "returning x" becomes "returning rep_table_1.x", which errors out.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment