Support suffix matching of host names in pg_hba.conf
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 24 Oct 2010 12:54:00 +0000 (15:54 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 24 Oct 2010 12:54:00 +0000 (15:54 +0300)
commit24b29ca8f9dc4a5e5f873f0fcb56438c526700f6
tree0a0a06d3f07b449b1fffb079757a534074963d0e
parentdd1587089c3dadd4bc1c85e8e75edf3a24686934
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).
doc/src/sgml/client-auth.sgml
src/backend/libpq/hba.c
src/backend/libpq/pg_hba.conf.sample