Re: --single-transaction hack to pg_upgrade does not work - Mailing list pgsql-hackers

From Tom Lane
Subject Re: --single-transaction hack to pg_upgrade does not work
Date
Msg-id 15015.1354378040@sss.pgh.pa.us
Whole thread Raw
In response to Re: --single-transaction hack to pg_upgrade does not work  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> This does make me wonder why pg_restore supports --single-transaction if
> it has known failure cases (that are not documented in the pg_restore
> manual page, only in the ALTER TYPE manual page).

AFAIR, the ADD VALUE path is only taken with --binary-upgrade, which
is just about entirely undocumented anyway.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: --single-transaction hack to pg_upgrade does not work
Next
From: Bruce Momjian
Date:
Subject: Re: --single-transaction hack to pg_upgrade does not work