"Karl O. Pinc" <[EMAIL PROTECTED]> writes: > I just made this patch so I could debug and otherwise > poke around. > It allows elog_node_display() and friends to show > INSERT parse trees.
This seems rather pointless unless we were going to undertake to make outfuncs.c support *all* raw-grammar node types. [ looks... ] The comment at the head of that file suggests that we do, but obviously we don't. How many other node types would need to be added to make the coverage complete? Is it worth the trouble? 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