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

2002-03-27 Thread Matias Klein
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

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

2002-04-02 Thread Matias Klein
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