Re: pg_dump transaction's read-only mode - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump transaction's read-only mode
Date
Msg-id 3093.1358636372@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump transaction's read-only mode  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Responses Re: pg_dump transaction's read-only mode
List 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



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: lazy_vacuum_heap()'s removal of HEAPTUPLE_DEAD tuples
Next
From: Andrew Dunstan
Date:
Subject: Re: Strange Windows problem, lock_timeout test request