Hayden James <[EMAIL PROTECTED]> writes: > then I do a SELECT col1 AS something FROM Test2; The column identifier > comes back as "col1" instead of "something".
Hmm, we fixed a problem just like this last month ... seems we missed some cases though ... 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