Re: [HACKERS] pg_upgrade: allow multiple -o/-O options

2014-08-25 Thread Bruce Momjian
On Fri, Aug 22, 2014 at 10:02:11AM -0400, Bruce Momjian wrote: > On Fri, Aug 22, 2014 at 10:52:12AM +0200, Pavel Raiskup wrote: > > On Thursday 21 of August 2014 18:26:37 Bruce Momjian wrote: > > > On Tue, Mar 4, 2014 at 04:52:56PM +0100, Pavel Raiskup wrote: > > > > RFE: Consider that you want t

Re: [HACKERS] pg_upgrade: allow multiple -o/-O options

2014-08-22 Thread Bruce Momjian
On Fri, Aug 22, 2014 at 10:52:12AM +0200, Pavel Raiskup wrote: > On Thursday 21 of August 2014 18:26:37 Bruce Momjian wrote: > > On Tue, Mar 4, 2014 at 04:52:56PM +0100, Pavel Raiskup wrote: > > > RFE: Consider that you want to run pg_upgrade via some script with some > > > default '-o' option.

Re: [HACKERS] pg_upgrade: allow multiple -o/-O options

2014-08-22 Thread Pavel Raiskup
On Thursday 21 of August 2014 18:26:37 Bruce Momjian wrote: > On Tue, Mar 4, 2014 at 04:52:56PM +0100, Pavel Raiskup wrote: > > 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 specif

Re: [HACKERS] pg_upgrade: allow multiple -o/-O options

2014-08-21 Thread Bruce Momjian
On Tue, Mar 4, 2014 at 04:52:56PM +0100, Pavel Raiskup wrote: > 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. > The

[HACKERS] pg_upgrade: allow multiple -o/-O options

2014-03-04 Thread Pavel Raiskup
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_