Martin Pitt wrote: -- Start of PGP signed section. > Hi PostgreSQL gurus, > > we recently received this bug report after we upgraded Debian's stable > release to the equivalent of 7.4.13 (with the fixes for quote > escaping). > > Does anyone know DBMirror.pl? The proposed fix seems wrong since it > just reverts the behavior to the old quote escaping style.
Using '' instead of \' allows dbmirror work now that \' throws an error on unsafe encodings. -- Bruce Momjian http://candle.pha.pa.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match