Re: Embedding postgresql in my application - Mailing list pgsql-interfaces

From Murray Cumming
Subject Re: Embedding postgresql in my application
Date
Msg-id 1166604477.5754.2.camel@localhost.localdomain
Whole thread Raw
In response to Re: Embedding postgresql in my application  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-interfaces
On Tue, 2006-12-19 at 12:46 -0300, Alvaro Herrera wrote:
> Murray Cumming wrote:
> > createuser asks for a password on stdin. Do you know of any way to
> > specifify an initial superuser and password for a new database cluster
> > without doing it via stdin? That doesn't seem like a stable API that I
> > should rely on.
> 
> Sure, initdb accepts the -U parameter to specify the user and you can
> put the password in a temp file and give it to initdb with --pwfile.

Thanks. That works well.

-- 
Murray Cumming
murrayc@murrayc.com
www.murrayc.com
www.openismus.com



pgsql-interfaces by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Embedding postgresql in my application
Next
From: "Jon Earle"
Date:
Subject: Re: Embedding postgresql in my application