escape sequence conflicting w/ backup (i.e. pg_dump)

Поиск
Список
Период
Сортировка
От Matias Klein
Тема escape sequence conflicting w/ backup (i.e. pg_dump)
Дата
Msg-id F237YHkidcDjoYAPNXR000029a3@hotmail.com
обсуждение исходный текст
Список pgsql-hackers
I have a postgresql DB that contains a lot of HTML code.  As you know, HTML 
contains numerous backslash( \ ) characters.  When I use pg_dump to backup 
the DB I get a "CopyReadAttribute: end of record marker corrupted" error. Is 
there any way to circumvent this problem so that I can backup a DB with HTML 
code stored in it?

Thanks,
Matias


>CopyReadAttribute: end of record marker corrupted
>
>This message comes out if the COPY data contains \. not immediately 
>followed by newline (\n).  I'm guessing that you have some backslashes that 
>need to be doubled --- backslash is an escape character for COPY.





_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Rough sketch for locale by default
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: RI triggers and schemas