Re: Patch to change a pg_restore message

Lists: pgsql-hackers
From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Patch to change a pg_restore message
Date: 2009-11-19 15:47:24
Message-ID: 200911191647.24938.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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

Attachment Content-Type Size
pg_restore.patch text/x-patch 1.4 KB

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patch to change a pg_restore message
Date: 2009-11-19 22:05:16
Message-ID: 1258668316.26726.17.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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.


From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: Patch to change a pg_restore message
Date: 2009-11-19 22:07:41
Message-ID: 200911192307.42072.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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