Re: [GENERAL] pg_dump throws too many command-line arguments inPostgres 10 - Mailing list pgsql-general

From Paul A Jungwirth
Subject Re: [GENERAL] pg_dump throws too many command-line arguments inPostgres 10
Date
Msg-id CA+renyVcu9F-ExJzMKe7PUVAk3CMMjJzKmVQ4Y6J+ioRTT2ghQ@mail.gmail.com
Whole thread Raw
In response to [GENERAL] pg_dump throws too many command-line arguments in Postgres 10  ("Andrus" <kobruleht2@hot.ee>)
List pgsql-general
On Wed, Oct 18, 2017 at 8:05 AM, Andrus <kobruleht2@hot.ee> wrote:
> pg_dump.exe -b -f b.backup -Fc -h  -U admin -p 5432 mydb
>
> causes error
>
> pg_dump: too many command-line arguments (first is "-p")

Don't you need a hostname after -h? I think right now pg_dump thinks
your hostname is "-U", your database is "admin", and everything after
that is extra.

Yours,
Paul


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: [GENERAL] pg_dump throws too many command-line arguments in Postgres 10
Next
From: "Igal @ Lucee.org"
Date:
Subject: Re: [GENERAL] Finally upgrading to 9.6!