Roman Neuhauser <[EMAIL PROTECTED]> writes:
> "The variant of FETCH described here returns the data as if it were a
> SELECT result rather than placing it in host variables."
> That doesn't seem to be the case.
It means it returns data *to the client* in the same way a SELECT does.
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