Re: [BUGS] Nasty tsvector can make dumps unrestorable

2007-09-29 Thread Tom Lane
Stuart Bishop <[EMAIL PROTECTED]> writes: > The attached script creates a tsvector with a value that can be dumped using > pg_dump, but not loaded again using pg_restore. This causes restores of a > dump containing this value to fail. Hmm, sorta looks like tsvectorout should be doubling backslashe

[BUGS] Nasty tsvector can make dumps unrestorable

2007-09-28 Thread Stuart Bishop
To continue our streak of bad luck, here is the second tsearch2 bug we found this week. The attached script creates a tsvector with a value that can be dumped using pg_dump, but not loaded again using pg_restore. This causes restores of a dump containing this value to fail. This script only teste