Re: Setup postgres with automatic table and user intitiallisation

From: Greg Smith <greg(at)2ndQuadrant(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Setup postgres with automatic table and user intitiallisation
Date: 2011-06-28 23:11:40
Message-ID: 4E0A5FAC.70605@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/28/2011 05:34 AM, Lodron, Gerald wrote:
> I have the problem that when i run my batch i always have to let the user type in the password, thats nasty... I also tried PGPASSWORD but it does not work, it always prints that it is the wrong password...
>

I'm not sure if setting PGPASSWORD in a Windows batch file is going to
work correctly...have you tried creating a .pgpass file instead?
http://www.postgresql.org/docs/9.0/interactive/libpq-pgpass.html

Another option to consider is swapping out the default pg_hba.conf file
with one that trusts local users fully. You could put that in place,
signal the server to reload its configuration, execute your setup
script, then put back a properly secured file and reload again. There
will be a brief window where any local user could gain access to the
database server as a superuser that way. But if you were that worried
about locking down security, you probably wouldn't be deploying an
auto-installer on Windows in the first place.

--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
Comprehensive and Customized PostgreSQL Training Classes:
http://www.2ndquadrant.us/postgresql-training/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2011-06-28 23:17:26 Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Previous Message John R Pierce 2011-06-28 23:07:32 Re: DROP TABLE Appears to Fail