yes this is definitively possible. I would try

        inet = SQLCustomType
(
            type
='string',
            native
='inet'))

        db.define_table
(
 
'example',
            Field('value',
type=inet)
            )

Massimo

On Dec 25, 3:21 am, KMax <[email protected]> wrote:
> Sorry for linking:
>
> http://www.postgresql.org/docs/current/static/datatype-net-types.html
>
> Maybe in some way inet/cidr types could be released using
> SQLCustomType
>
> On 24 дек, 10:20, mdipierro <[email protected]> wrote:
>
> > what is the inet type?
>
>

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to