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

From: Richard Huxton <dev(at)archonet(dot)com>
To: Inigo Barandiaran <ibarandiaran(at)vicomtech(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: createdb.exe and psql.exe without Promting Password
Date: 2009-02-10 18:10:51
Message-ID: 4991C32B.20409@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Inigo Barandiaran wrote:
> Hi.
>
> 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.

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

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2009-02-10 18:11:40 Re: createdb.exe and psql.exe without Promting Password
Previous Message Inigo Barandiaran 2009-02-10 18:04:51 createdb.exe and psql.exe without Promting Password