Re: inet increment with int

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: inet increment with int
Date: 2005-09-07 13:37:42
Message-ID: 20050907133742.GC33154@colo.samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Patrick Welche wrote:
>Comments anyone?

Is incrementing an inet address a valid thing to do, or is its
meaning too open to interpretation?

How about either a pair of functions, one for incrementing the
network and another for the host, or a combined function that allows
you to work with both parts in one go?

Sam

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-09-07 14:27:12 Re: Attention PL authors: want to be listed in template table?
Previous Message Michael Fuhr 2005-09-07 13:36:38 Re: PL/PGSQL and drop/create table