Re: [HACKERS] Re: [QUESTIONS] How is PostgreSQL doing? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Re: [QUESTIONS] How is PostgreSQL doing?
Date
Msg-id 199801271624.LAA12933@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Re: [QUESTIONS] How is PostgreSQL doing?  (Andrew Martin <martin@biochemistry.ucl.ac.uk>)
List pgsql-hackers
> > > > > I've patched Postgres so that the special token "%username" in the
>
> So someone wasted their time writing this patch, 'cos the facility wasn't
> documented properly ?????

Yep, that's what happened.

> I hope this gets documented properly and comprehensibly!!!! I can't same
> I'm any wiser from reading that as to what one needs to do (though I guess
> I might be if I read it in conjunction with the hba instructions).

Phil kindely just added several mentions to the pg_hba.conf file, with
examples of its use.

#   ident:  Authentication is done by the ident server on the remote
#           host, via the ident (RFC 1413) protocol.  AUTH_ARGUMENT, if
#           specified, is a map name to be found in the pg_ident.conf file.
#           That table maps from ident usernames to Postgres usernames.  The
#           special map name "sameuser" indicates an implied map (not found
#           in pg_ident.conf) that maps every ident username to the identical
#           Postgres username.
#

>
>
> <RANT ON>
> Might I ask again that people send patches in for the documentation WHENEVER
> they add a new feature!
>
> There is no point in adding new and wonderful things if users don't know
> they exist!!!!! When someone ends up duplicating functionality 'cos they
> don't know that a feature exists, that's even worse........
> <RANT OFF>

I usually check before each release to be sure each new feature is
documented, but in this case, there was no mention that the feature
existed.

Never hurts to remind people to send manual page changes too, though
people are usually pretty good about it.

--
Bruce Momjian maillist@candle.pha.pa.us


pgsql-hackers by date:

Previous
From: Andrew Martin
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] How is PostgreSQL doing?
Next
From: Andrew Martin
Date:
Subject: Re: Re: [PORTS] the 'money' type