On Monday, February 17, 2020, Andre Lucas <andre(at)amazoniasistemas(dot)com(dot)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.