pg_dump throws too many command-line arguments in Postgres 10

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: <pgsql-general(at)postgresql(dot)org>
Subject: pg_dump throws too many command-line arguments in Postgres 10
Date: 2017-10-18 15:05:24
Message-ID: D20FB350014B4B15A0E7AF6FF7BCA8CC@dell2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In Postgres 10 Windows

invoking g_dump exe with

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")
Try "pg_dump --help" for more information.

How to fix this ?
In earlier versions it worked.

Andrus

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul A Jungwirth 2017-10-18 15:11:07 Re: pg_dump throws too many command-line arguments in Postgres 10
Previous Message Root2 2017-10-18 15:02:06 Problems with the time in data type timestamp without time zone