Re:

Поиск
Список
Период
Сортировка
От Andrew Biagioni
Тема Re:
Дата
Msg-id 3EA04A42.8050604@e-greek.net
обсуждение исходный текст
Ответ на Re:  ("A.Bhuvaneswaran" <bhuvansql@myrealbox.com>)
Список pgsql-admin
From PostgreSQL 7.3.1 Documentation, section 1.10. Environment Variables:

PGPASSWORD sets the password used if the backend demands password authentication. This functionality is deprecated for security reasons; consider migrating to use the $HOME/.pgpass file. See Victor Yegorov's response (he also recommends .pgpass) and section 1.11. Files for details.

       Andrew

A.Bhuvaneswaran wrote:

local all md5

If I want to make a dump with pg_dump, I have to insert the password. 
But I can't make a Cron-Job because I always have to insert the password!!
Is there any way to do this automatic?   
PGPASSWORD environment variable can be used.

regards,
bhuvaneswaran


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

 

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

Предыдущее
От: "Marc Mitchell"
Дата:
Сообщение: Re: Performance Expectations
Следующее
От: Andrew Biagioni
Дата:
Сообщение: Re: How does PG know when a database is being accessed ?