Bruce Momjian <[email protected]> writes:
> Do we want this XML patch in the backend? It needs syntax support so I
> don't see how it could be done in /contrib. Attached.
I think this could easily be done as an external module if it didn't
insist on random additions to the function-call syntax. AFAICS there
isn't anything there that couldn't be done without that.
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