Re: createdb.exe and psql.exe without Promting Password

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: createdb.exe and psql.exe without Promting Password
Дата
Msg-id 4991C35C.1010907@iol.ie
обсуждение исходный текст
Ответ на createdb.exe and psql.exe without Promting Password  (Inigo Barandiaran <ibarandiaran@vicomtech.org>)
Ответы Re: createdb.exe and psql.exe without Promting Password  (Iñigo Barandiaran <ibarandiaran@vicomtech.org>)
Список pgsql-general
On 10/02/2009 18:04, Inigo Barandiaran wrote:

> I would like to create an script that includes calls to createdb.exe and
> psql.exe. I would like to use them with a user but without asking or
> prompting for pasword. For example:
>  createdb.exe -T template0 -U MyPosgresUser MyDataBaseName.
>
> I've read that if I define an environment variable like SET
> PGPPASSWORD=MyPosgresUserPassword, both calls dont ask for password. I've
> tested this variable in different platforms and does not work.
> Do you know how so solve it?

What platform(s) did you test it on? Are you sure that the environment
variable was visible to the script?

Another option is to use a .pgpass file:

  http://www.postgresql.org/docs/8.3/static/libpq-pgpass.html

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: createdb.exe and psql.exe without Promting Password
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Slow database creation