"Heikki Linnakangas" <[EMAIL PROTECTED]> writes: > I started to write a patch for that, as I realized that we're > transferring the strings in a tsvector/tsquery in server encoding. > That's not good, right? A dump created with COPY ... BINARY wouldn't be > portable across clusters with different encodings, for example.
Any portion of a binary value that is considered textual should be converted to and from client encoding --- cf textsend/textrecv. This should be pretty trivial to fix, just call a different support routine. BTW, Teodor, are you intending to review/apply Heikki's tsearch fixes, or do you want someone else to do it? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings