Dino Vliet <[EMAIL PROTECTED]> writes: > In my pl/pgsql procedure I have the following line:
> execute 'copy cancella to ' || location || ' with > delimiter as \',\''; quote_literal(location) would work much better and more safely. 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