Re: CREATE DATABASE WITH OWNER '??';

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE DATABASE WITH OWNER '??';
Date: 2000-05-07 22:06:12
Message-ID: 19748.957737172@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> You need to make a separate password file for each database and then write
> `passwd my_pw_file' in pg_hba.conf. Should be documented somewhere
> there. Hmm, then you can't change your password with ALTER USER any
> more. Bummer.

Hmm, I had forgotten we had that feature. Doesn't play too well with
ALTER USER, does it? Cleaning this up probably ought to be on the TODO
list.

Rather than the separate pw files, maybe pg_shadow needs some kind of
provision for database-specific passwords ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2000-05-07 22:56:09 Re: So we're in agreement....
Previous Message Tom Lane 2000-05-07 21:53:12 Re: You're on SecurityFocus.com for the cleartext passwords.