CIDR addresses in pg_hba.conf

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: "PG Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: CIDR addresses in pg_hba.conf
Date: 2003-05-12 21:13:22
Message-ID: 003e01c318cb$52723530$6401a8c0@DUNSLANE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
cidr.patch application/octet-stream 4.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message alex avriette 2003-05-12 23:11:34 Re: patch src/bin/psql/help.c
Previous Message Rod Taylor 2003-05-12 18:16:13 Re: SQL99 CREATE TABLE ... (LIKE parent_table)