Re: PSQL Help

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Andre Lucas <andre(at)amazoniasistemas(dot)com(dot)br>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: PSQL Help
Date: 2020-02-18 03:06:13
Message-ID: CAKFQuwYqfLqw-Q3fuUTACC9KKjGmwqNG0tenb7_6p+WEYQ+7OQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

In response to

  • PSQL Help at 2020-02-17 20:38:34 from Andre Lucas

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-02-18 03:39:16 Re: PSQL Help
Previous Message RekGRpth 2020-02-18 02:48:06 Re: BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand