From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Zeugswetter Andreas SEV <ZeugswetterA(at)wien(dot)spardat(dot)at>, "'hackers(at)postgresql(dot)org'" <hackers(at)postgreSQL(dot)org> |
Subject: | Re: AW: [HACKERS] Re: [GENERAL] users in Postgresql |
Date: | 1999-11-11 02:40:57 |
Message-ID: | 13363.942288057@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter Eisentraut <e99re41(at)DoCS(dot)UU(dot)SE> writes:
>> The sysid is essential for one of the authentication methods available in
>> PostgreSQL
>> (was it ident, I forgot) where the unix system password was used.
> Can't be ident, since I am running it with differing user ids. Perhaps
> some odd usage of password authentication, but I don't use that too much.
> Hence, can anyone comment on this?
AFAIK it's not *essential* to make Postgres and Unix UIDs the same
... but I think it is convenient to do so from an admin standpoint.
(One less set of numbers to keep track of, and one fewer way to get
confused about who is who.) I would not like to see you remove a
feature that makes it easy to do that.
Of course there's no value in it if you are running a setup in which
not all the Postgres users have Unix-system accounts. But that doesn't
mean there is no value in it for installations where there is such a
correspondence.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 1999-11-11 02:56:42 | Re: [HACKERS] IN clause and INTERSECT not behaving as expected |
Previous Message | Bruce Momjian | 1999-11-11 02:37:52 | Re: [HACKERS] Arrays broken on temp tables |