Re: pg_hba.conf host name wildcard support - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pg_hba.conf host name wildcard support
Date
Msg-id 1287836342.2967.1.camel@vanquo.pezone.net
Whole thread Raw
In response to pg_hba.conf host name wildcard support  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On tor, 2010-10-21 at 06:38 +0300, Peter Eisentraut wrote:
> So, as previously indicated, let's add some wildcard support to the
> pg_hba.conf host name feature.  After looking around a bit, two syntaxes
> appear to be on offer:
>
> 1. TCP Wrappers style, leading dot indicates suffix match.
> So .example.com matches anything.example.com.  Not sure how useful that
> would be, but it could be implemented in about 3 lines of code.

Here is a patch for that.


Attachment

pgsql-hackers by date:

Previous
From: Leonardo Francalanci
Date:
Subject: Re: Custom aggragation function that creates an array
Next
From: Marko Tiikkaja
Date:
Subject: Re: ask for review of MERGE