disable password prompt - command line

Поиск
Список
Период
Сортировка
От Ravi Katkar
Тема disable password prompt - command line
Дата
Msg-id 46AC8D44F3AE1F4888F137837D0DF63507256199BD@INHYWEXMB2.infor.com
обсуждение исходный текст
Ответ на Do ODBC - Posgresql supports refcursor?  (Ravi Katkar <Ravi.Katkar@infor.com>)
Ответы Re: disable password prompt - command line  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
disable password prompt - command line  (Ravi Katkar <Ravi.Katkar@infor.com>)
Список pgsql-general

 

Hi List,

 

I need a small help regarding the password options available with PGSQL, I found POSTGRE SQL has –W and –password options available which is prompting for the password. But I want to take the password thru command line argument and keep the password in a variable. Is there any option which will help me to take the password and used in the below way so that it will connect to the DB without asking password again.

 

psql -h %server% -U %username% -d %database% -p %port% --file File.sql >> xx

 

Please suggest if there is any option to use the %password% variable using some of the options avail with PSQL.

 

 

Thanks,

Ravi Katkar

В списке pgsql-general по дате отправления:

Предыдущее
От: Gerd Koenig
Дата:
Сообщение: Re: pgpool
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: disable password prompt - command line