Re: pg_dump transaction's read-only mode
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavan Deolasee <pavan.deolasee@gmail.com>
Cc: Kevin Grittner <Kevin.Grittner@wicourts.gov>, pgsql-hackers@postgresql.org
Date: 2013-01-19T22:59:32Z
Lists: pgsql-hackers
Pavan Deolasee <pavan.deolasee@gmail.com> writes: > Sorry for posting on such an old thread. But here is a patch that > fixes this. I'm also adding to the next commitfest so that we don't > lose track of it again. As submitted, this broke pg_dump for dumping from pre-8.0 servers. (7.4 didn't accept commas in SET TRANSACTION syntax, and versions before that didn't have the READ ONLY option at all.) I fixed that and committed it. regards, tom lane