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).
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=24b29ca8f9dc4a5e5f873f0fcb56438c526700f6 Modified Files -------------- doc/src/sgml/client-auth.sgml | 20 ++++++++++++++++++++ src/backend/libpq/hba.c | 22 +++++++++++++++++++++- src/backend/libpq/pg_hba.conf.sample | 3 ++- 3 files changed, 43 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
