Hi, for a very long time now, pg_dump has placed '\t' on output where a literal tab was present in the data.
Since 8.3pre, this is no longer the case -- the backslash is followed by an actual tab character, ('\009'). I'm not sure if this change was intentional, but I didn't see it mentioned in the HISTORY file in 8.3pre4 and to me it feels like a bug, as it makes writing regexp parsers for database dumps a lot more difficult (and one needs lookahead assertion support in their regexp engine). Is there any chance of seeing pg_dump reverted to the original behavior in this respect? Thanks, -- Tomas Szepe <[EMAIL PROTECTED]> ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly