[COMMITTERS] pgsql: Fix pg_restore to do the right thing when escaping large objects

2011-01-21 Thread Tom Lane
Fix pg_restore to do the right thing when escaping large objects. Specifically, this makes the workflow pg_dump -Fc -> pg_restore -> file produce correct output for BLOBs when the source database has standard_conforming_strings turned on. It was already okay when that was off, or if pg_restore wa

[COMMITTERS] pgsql: Fix pg_restore to do the right thing when escaping large objects

2011-01-21 Thread Tom Lane
Fix pg_restore to do the right thing when escaping large objects. Specifically, this makes the workflow pg_dump -Fc -> pg_restore -> file produce correct output for BLOBs when the source database has standard_conforming_strings turned on. It was already okay when that was off, or if pg_restore wa

[COMMITTERS] pgsql: Fix pg_restore to do the right thing when escaping large objects

2011-01-21 Thread Tom Lane
Fix pg_restore to do the right thing when escaping large objects. Specifically, this makes the workflow pg_dump -Fc -> pg_restore -> file produce correct output for BLOBs when the source database has standard_conforming_strings turned on. It was already okay when that was off, or if pg_restore wa