Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> Attached patch implements krb_match_realm for krb5, gssapi and sspi per
>> complaint from Henry. Comments welcome.
>
> Minor gripe: "krb_match_realm" sounds like it should be a boolean:
> do or don't check the realm. Would just "krb_realm" be sensible?
Yeah, probably. I'll change it to that.
> Also the elog message texts need a bit of copy-editing.
Probably ;-) Got any specific hints, so I don't have to go through the
iteration twice?
//Magnus