"Andrew Dunstan" <[EMAIL PROTECTED]> writes: > I had a thought that might short-circuit this - do we even need pg_dump to > use dollar quoting for non-text output, such as is required by pg_restore?
That's a possibility, but I'd rather work around it by finding a way for pg_restore not to need to parse the dollar-quoted literal in the first place. I haven't heard a reason why it needs to parse the contents of a CREATE FUNCTION entry. If we guarantee not to put dollar-quoted literals into the TOC types it *does* need to parse, ISTM we're good. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match