Re: PSQL Help - Mailing list pgsql-bugs

From David G. Johnston
Subject Re: PSQL Help
Date
Msg-id CAKFQuwYqfLqw-Q3fuUTACC9KKjGmwqNG0tenb7_6p+WEYQ+7OQ@mail.gmail.com
Whole thread Raw
In response to PSQL Help  (Andre Lucas <andre@amazoniasistemas.com.br>)
Responses Re: PSQL Help  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Monday, February 17, 2020, Andre Lucas <andre@amazoniasistemas.com.br> wrote:

psql -h localhost -U postgres NovoBD -f Backup17.sql

“psql: warning: extra command-line argument "-f" ignored

psql: warning: extra command-line argument "Backup17.sql" ignored


You command doesn’t match the documented syntax:

 psql [option...] [dbname [username]]

Hint: NovoBD is the “dbname”

David J.

pgsql-bugs by date:

Previous
From: RekGRpth
Date:
Subject: Re: BUG #16258: exec_simple_query does not call ProcessCompletedNotifiesafter CommitTransactionCommand
Next
From: Tom Lane
Date:
Subject: Re: PSQL Help