pg_upgrade: allow multiple -o/-O options

Поиск
Список
Период
Сортировка
От Pavel Raiskup
Тема pg_upgrade: allow multiple -o/-O options
Дата
Msg-id 2388764.h55D4LNXF4@nb.usersys.redhat.com
обсуждение исходный текст
Ответы Re: pg_upgrade: allow multiple -o/-O options  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Hello,

RFE:  Consider that you want to run pg_upgrade via some script with some
default '-o' option.  But then you also want to give the script's user a
chance to specify the old-server's options according user's needs.
Then something like the following is not possible:

  $ cat script
  ...
  pg_upgrade ... -o 'sth' $PG_UPGRADE_OPT ...
  ...

I know that this problem is still script-able, but the fix should be
innocent and it would simplify things.  Thanks for considering,

Pavel
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: ALTER TABLE lock strength reduction patch is unsafe
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: GSoC proposal - "make an unlogged table logged"