Re: psql shell with no password prompt

Поиск
Список
Период
Сортировка
От Walter Willmertinger
Тема Re: psql shell with no password prompt
Дата
Msg-id AANLkTimDps=wYgQE=Ds8cCmYcnf51mUqaiv32DM-qBAD@mail.gmail.com
обсуждение исходный текст
Ответ на psql shell with no password prompt  (Steve.Toutant@inspq.qc.ca)
Ответы Re: psql shell with no password prompt  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin
You can set user and password with environment variables (PGUSER and PGPASSWORD) , also in a Windows batch or program.

SET PGPASSWORD=xxxyyyzzz
psql -U "dbadmin" -d mydb -f D:\script.sql 



Regards

Walter


On Tue, Jul 27, 2010 at 6:53 PM, <Steve.Toutant@inspq.qc.ca> wrote:

Hi,
I created several SQL that are automatically executed via windows task scheduler, here is an example
psql -U "dbadmin" -d mydb -f D:\script.sql

It was running well until I changed the user (to open a session) associated to these task.
The script prompt for a password for user dbadmin.

How to avoid that? I guess there is a config so dbadmin will "trust" this new user....

Thanks for your help,

Steve


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: postgresql basic info
Следующее
От: Irene Barg
Дата:
Сообщение: Re: postgresql-server-8.4.4-1PGDG.el5 - ERROR: could not write block 503414 of temporary file: No space le,ft on device