LINE COMMAND - Mailing list pgsql-bugs

From Felipe Lopes
Subject LINE COMMAND
Date
Msg-id AANLkTi=G4vFo5UtBhDXVsj7OA0S4q-eHv6stFHw6F1tE@mail.gmail.com
Whole thread Raw
Responses Re: LINE COMMAND
Re: LINE COMMAND
List pgsql-bugs
I would like to run a line command (psql) with the supplied password without
pausing the command, but this option is not available:

psql --username=3Droot --password=3Droot my_bd < "script.sql"

The pass only can be informed after execution, pausing the command:

psql --username=3Droot --password my_bd<script.sql
Senha para usu=DFrio root: ****

Thanks.

--=20
Felipe L.

pgsql-bugs by date:

Previous
From: Mariusz Majer
Date:
Subject: Re: BUG #5614: Varchar column (with DEFAULT NULL) stores 'UL' value instead of null
Next
From: Mike Fowler
Date:
Subject: Re: LINE COMMAND