Thread

  1. Patch to change a pg_restore message

    Guillaume Lelarge <guillaume@lelarge.info> — 2009-11-19T15:47:24Z

    Hi,
    
    "pg_restore --help" gives this message for the --no-tablespaces parameter:
    
      --no-tablespaces         do not dump tablespace assignments
    
    The message should say "restore" and not "dump". You'll find a patch attached 
    that fixes this issue.
    
    Thanks.
    
    Regards.
    
    
    -- 
    Guillaume.
     http://www.postgresqlfr.org
     http://dalibo.com
    
  2. Re: Patch to change a pg_restore message

    Peter Eisentraut <peter_e@gmx.net> — 2009-11-19T22:05:16Z

    On tor, 2009-11-19 at 16:47 +0100, Guillaume Lelarge wrote:
    > "pg_restore --help" gives this message for the --no-tablespaces parameter:
    > 
    >   --no-tablespaces         do not dump tablespace assignments
    > 
    > The message should say "restore" and not "dump". You'll find a patch attached 
    > that fixes this issue.
    
    Fixed in 8.4 and 8.5.
    
    
    
  3. Re: Patch to change a pg_restore message

    Guillaume Lelarge <guillaume@lelarge.info> — 2009-11-19T22:07:41Z

    Le jeudi 19 novembre 2009 à 23:05:16, Peter Eisentraut a écrit :
    > On tor, 2009-11-19 at 16:47 +0100, Guillaume Lelarge wrote:
    > > "pg_restore --help" gives this message for the --no-tablespaces
    > > parameter:
    > >
    > >   --no-tablespaces         do not dump tablespace assignments
    > >
    > > The message should say "restore" and not "dump". You'll find a patch
    > > attached that fixes this issue.
    > 
    > Fixed in 8.4 and 8.5.
    > 
    
    Thanks Peter.
    
    
    -- 
    Guillaume.
     http://www.postgresqlfr.org
     http://dalibo.com