Re: [HACKERS] TODO list updated - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] TODO list updated
Date
Msg-id Pine.GSO.4.02A.10001131350530.6438-100000@Pingvin.DoCS.UU.SE
Whole thread Raw
In response to Re: [HACKERS] TODO list updated  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
On Thu, 13 Jan 2000, The Hermit Hacker wrote:

> > What is does is some sort of sed s/genericpassword/realpassword/ so I
> > guess this is not completely safe either. But something like this you'd
> > have to do. Can I count you in on beating Bruce into submission for an
> > initdb in C? ;)
> 
> Just a thought...since its a script, why not put the password into an
> environment variable and read it from that?  

That won't solve the problem. The password has to be substituted into the
catalog template and sed is the way to go for that. I guess it's a long
shot to worry about that now. And option --pwprompt should be relatively
safe until initdb is a C program.

-- 
Peter Eisentraut                  Sernanders vaeg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] TODO list updated
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] TODO list updated