Re: [BUGS] bug in pg_dump
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Kilian Koepsell <Kilian.Koepsell@desy.de>
Cc: pgsql-bugs@postgreSQL.org
Date: 1999-07-14T13:47:59Z
Lists: pgsql-bugs
Kilian Koepsell <koepsell@aei-potsdam.mpg.de> writes: > If You have a database field containing > Jos\'e > the command pgdump -D gives the value > Jos''e I cannot reproduce this here --- I get Jos\\''e which is what the pg_dump code is supposed to do... Are you perchance using a multibyte encoding, and if so which one? regards, tom lane