Re: [PATCH] addition of text_inet, text_cidr and inet_set_masklen

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alex Pilosov <alex(at)pilosoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] addition of text_inet, text_cidr and inet_set_masklen
Date: 2001-06-13 21:08:56
Message-ID: 200106132108.f5DL8vj28247@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Thanks. Patch applied. This knocks out another TODO item.

> Attached is a patch adding following functions:
>
> inet(text), cidr(text): convert a text value into inet/cidr
> set_masklen(inet): set masklen on the inet value
>
> Patch also contains regression checks for these functions.
>
> -alex

Content-Description: pg-network.patch

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-13 21:09:20 Re: create user problem
Previous Message Bruce Momjian 2001-06-13 21:04:32 Re: [HACKERS] Patch to warn about oid/xid wraparound