Bruce Momjian <[EMAIL PROTECTED]> writes: > Also, can you explain why we can't read across a newline to the next > quote? Is it a problem with the way our code is structured or is it a > logical problem?
It's a structural issue in the sense that we separate the act of dividing the input into rows from the act of dividing it into columns. I do not think that separation is wrong however. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster