Re: embedded sql interface to ip address type - Mailing list pgsql-interfaces

From Michael Meskes
Subject Re: embedded sql interface to ip address type
Date
Msg-id 20030322121610.GB21850@feivel.fam-meskes.de
Whole thread Raw
In response to Re: embedded sql interface to ip address type  ("D'Arcy J.M. Cain" <darcy@druid.net>)
List pgsql-interfaces
On Sat, Mar 22, 2003 at 05:33:30AM -0500, D'Arcy J.M. Cain wrote:
> > What exactly do you mean?  A C type for IP addresses? That doesn't
> > exist. Right now this type has to be stored in character strings.
> 
> You mean base types written in C?  We certainly do.

Yes, we have that in PGSQL, but not as a seperate C library. In C you
can only use char * so far. I'd like to have an implementation of CIDR
as C types as well.

Michael
-- 
Michael Meskes
Email: Michael@Fam-Meskes.De
ICQ: 179140304
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!



pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: Re: esql problem
Next
From: "William West"
Date:
Subject: Interaction between Cursor and Transaction storage?