Sean Chittenden <[EMAIL PROTECTED]> writes: > Let me jump in for half a second here (no pun intended), but what > about the use of back quotes? ` `? Use a very limited escaping policy > of \` => ` and \\ => \ .
Actually, having to double backslashes is one of the things I want to get rid of. The here-document-based ideas seem to allow that. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match