Hannu Krosing <[EMAIL PROTECTED]> writes: > I think we should go on and do promote WITH to a reserved keyword now > because eventually we have to do it anyway. > It is needed for recursive queries as well.
I'm unconvinced. Recursive queries have WITH at the front, not the back, so the parsing issues are entirely different. If we do find that, we can easily adjust this code to simplify the filter function at that time. But I don't agree with reserving words just because we might need them for patches that don't exist yet. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match