Re: nested xacts: update password file - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: nested xacts: update password file
Date
Msg-id 200407121919.i6CJJiU02528@candle.pha.pa.us
Whole thread Raw
In response to Re: nested xacts: update password file  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: nested xacts: update password file
List pgsql-patches
Alvaro Herrera wrote:
> On Mon, Jul 12, 2004 at 02:31:37PM -0400, Bruce Momjian wrote:
>
> > OK, but why would we document the contents of a file that are not to be
> > modified by the user?
>
> But how is the file used?  Where do I put the file, what do I put in
> pg_hba.conf to use the file?  Can I have several files, one per
> pg_hba.conf entry?  Can I use multiple files with a single pg_hba.conf
> entry?  What happens if I have a username that has the separator in it?

We no longer have the capability for external password files, which is
what the 7.2 docs were talking about.  We removed it when we went to
encrypted MD5 password and pg_hba.conf entries where you can reference
external lists of users and groups.

The file you were touching is a cache of usernames written by backends
modifing the pg_shadow table and read by the postmaster.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: nested xacts: update password file
Next
From: Bruce Momjian
Date:
Subject: More canonicalization fixes