CIDR addresses in pg_hba.conf - Mailing list pgsql-patches

From Andrew Dunstan
Subject CIDR addresses in pg_hba.conf
Date
Msg-id 003e01c318cb$52723530$6401a8c0@DUNSLANE
Whole thread Raw
Responses Re: CIDR addresses in pg_hba.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CIDR addresses in pg_hba.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CIDR addresses in pg_hba.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CIDR addresses in pg_hba.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two
address/mask forms:

. address/maskbits, or
. address netmask (as now)

If the patch is accepted I will submit a documentation patch to cover it.

This is submitted by agreement with Kurt Roeckx, who has worked on a patch
that covers this and other IPv6 issues.

cheers

andrew

Attachment

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: Re: SQL99 CREATE TABLE ... (LIKE parent_table)
Next
From: Hannu Krosing
Date:
Subject: Re: SQL99 CREATE TABLE ... (LIKE parent_table)