Re: BUG #4050: pg_dump data contains COMMIT statement (8.3, 8.4) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4050: pg_dump data contains COMMIT statement (8.3, 8.4)
Date
Msg-id 3342.1206216783@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4050: pg_dump data contains COMMIT statement (8.3, 8.4)  ("Vladimir Kokovic" <vladimir.kokovic@a-asoft.com>)
List pgsql-bugs
"Vladimir Kokovic" <vladimir.kokovic@a-asoft.com> writes:
> If database contains LARGE OBJECTS pg_dump inserts COMMIT statement after
> last lo_close ! Same thing is with PostgreSQL 8.3 also.

Well, sure.  It matches the BEGIN before the first lo_open.  Without
those blob-restoring wouldn't work at all.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Vladimir Kokovic"
Date:
Subject: BUG #4050: pg_dump data contains COMMIT statement (8.3, 8.4)
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #3983: pgxs files missing from binary installation