Re: Incrementing INET fields

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Nixonn <listuser(at)peternixon(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Incrementing INET fields
Date: 2006-11-27 19:04:36
Message-ID: 21970.1164654276@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Nixonn <listuser(at)peternixon(dot)net> writes:
> Is there any particular reason why you can't do something like:
> select '10.1.1.1'::inet + 1;

There is such an operator in 8.2, though it's very simple-minded and
doesn't respond to any of Andrew's worries.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-11-27 19:29:55 Re: [CORE] RC1 blocker issues
Previous Message Josh Berkus 2006-11-27 19:02:01 Re: 8.2 open items list