Re: CIDR addresses in pg_hba.conf

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PG Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: CIDR addresses in pg_hba.conf
Date: 2003-06-12 07:02:23
Message-ID: 200306120702.h5C72Nq01186@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I have backed out this patch because it is now packaged inside of Kurt
Roeckx's patch.

---------------------------------------------------------------------------

Andrew Dunstan wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-12 07:30:34 Re: Ipv6 network cleanup patch #2.
Previous Message Bruce Momjian 2003-06-12 05:24:17 Re: ipv6 patch #3