Re: Nasty tsvector can make dumps unrestorable
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Stuart Bishop <stuart(at)stuartbishop(dot)net>
- Cc: pgsql-bugs(at)postgresql(dot)org, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Teodor Sigaev <teodor(at)sigaev(dot)ru>
- Subject: Re: Nasty tsvector can make dumps unrestorable
- Date: Sat, 29 Sep 2007 14:45:40 -0400
- Message-id: <8464.1191091540@sss.pgh.pa.us> <text/plain>
Stuart Bishop <stuart(at)stuartbishop(dot)net> 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 backslashes?
regards, tom lane
Home |
Main Index |
Thread Index