Re: New cast between inet/cidr and bytea
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Zoltan Boszormenyi <zb(at)cybertec(dot)at>
- Cc: pgsql-hackers(at)postgresql(dot)org
- Subject: Re: New cast between inet/cidr and bytea
- Date: Wed, 30 May 2007 18:00:20 -0400
- Message-id: <21939.1180562420@sss.pgh.pa.us> <text/plain>
Zoltan Boszormenyi <zb(at)cybertec(dot)at> writes:
> we at Cybertec have developed cast functions in C between
> inet/cidr <-> bytea for a client and we would like to submit it.
Why is this a good idea? Exposing the internal representation of a
datatype is usually bad. What will you do when we add support for
scoped IPv6 addressing, to take one obvious example?
regards, tom lane
Home |
Main Index |
Thread Index