Support suffix matching of host names in pg_hba.conf
Peter Eisentraut <peter_e@gmx.net>
Support suffix matching of host names in pg_hba.conf A name starting with a dot can be used to match a suffix of the actual host name (e.g., .example.com matches foo.example.com).
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +20 −0 |
| src/backend/libpq/hba.c | modified | +21 −1 |
| src/backend/libpq/pg_hba.conf.sample | modified | +2 −1 |