Thread: Bug in italian help of "pg_dumpall"

Bug in italian help of "pg_dumpall"

From
Giacomo Petillo
Date:
Hi,
in the help of "pg_dumpall" pops up this error:

Opzioni di connessione:
  -h, --host=NOMEHOST      host server di database o directory socket
  -l, --database=NOMEDB    preimpostazione database alternativo
  *p, --port=PORTA          numero porta del server di database
  U, --username=NOME      connessione come utente di database specificato*
  -w, --no-password        nessun richiesta di password
  -W, --password           forza la richiesta della password (dovrebbe
avvenire automaticamente)



The parameters "U" and "p" must be preceded as usual by the character "-".

Regards,
Giacomo

Re: Bug in italian help of "pg_dumpall"

From
Peter Eisentraut
Date:
On fre, 2011-01-21 at 17:31 +0100, Giacomo Petillo wrote:
> Hi,
> in the help of "pg_dumpall" pops up this error:
>
> Opzioni di connessione:
>   -h, --host=NOMEHOST      host server di database o directory socket
>   -l, --database=NOMEDB    preimpostazione database alternativo
>   *p, --port=PORTA          numero porta del server di database
>   U, --username=NOME      connessione come utente di database specificato*
>   -w, --no-password        nessun richiesta di password
>   -W, --password           forza la richiesta della password (dovrebbe
> avvenire automaticamente)
>
>
>
> The parameters "U" and "p" must be preceded as usual by the character "-".

Fixed.