one more small request: int8_inet(inet) and inet_int8(int8): functions to convert an inet to an int8 and back. (not an int4, since postgres int4s are signed) This allows me to do some additional manipulations on values. (ie. given a host, determine its default gateway, for us, it is always first host on that network, this could be implemented as inet_int8(int8_inet(network(x))+1), or splitting a cidr into two halves, -alex
- Re: [HACKERS] Summary: what to do about INE... Alex Pilosov
- Re: [HACKERS] Summary: what to do about INE... Larry Rosenman
- Re: [HACKERS] Summary: what to do about INE... Tom Lane
- Re: [HACKERS] Summary: what to do about INE... Larry Rosenman
- Re: [HACKERS] Summary: what to do about INE... Larry Rosenman
- Re: [HACKERS] Summary: what to do about INE... Tom Lane
- Re: [HACKERS] Summary: what to do about INE... Larry Rosenman
- Re: [HACKERS] Summary: what to do about INE... Alex Pilosov
- Re: [HACKERS] Summary: what to do about INE... Larry Rosenman
- Re: [HACKERS] Summary: what to do about INE... Alex Pilosov
- Re: [HACKERS] Summary: what to do about INE... Alex Pilosov
- Re: [HACKERS] Summary: what to do about INE... Tom Lane
- Re: [HACKERS] Summary: what to do about INE... Larry Rosenman
- [HACKERS] Second proposal: what to do about... Tom Lane
- [HACKERS] Re: Second proposal: what to do a... Larry Rosenman
- [HACKERS] Re: Second proposal: what to do a... Peter Eisentraut
- [HACKERS] Re: Second proposal: what to do a... Tom Lane
- Re: [HACKERS] Summary: what to do about INE... Dominic J. Eidson
- Re: [HACKERS] Summary: what to do about INET/CIDR Tom Lane
- Re: [HACKERS] Summary: what to do about INET/CIDR Alex Pilosov
- Re: [HACKERS] Summary: what to do about INET/CIDR Peter Eisentraut