Re: BUG #4050: pg_dump data contains COMMIT statement (8.3, 8.4)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4050: pg_dump data contains COMMIT statement (8.3, 8.4)
Дата
Msg-id 3342.1206216783@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4050: pg_dump data contains COMMIT statement (8.3, 8.4)  ("Vladimir Kokovic" <vladimir.kokovic@a-asoft.com>)
Список 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 по дате отправления: