wow I sure wish postgresql would stop making new types.

two sides to this.  psycopg2 needs to allow them through, which it may support 
directly, or it might be just passing them as some kind of string format.   
second side, define a type on the SQLAlchemy side: 
http://docs.sqlalchemy.org/en/rel_0_8/core/types.html#sqlalchemy.types.UserDefinedType



On Nov 22, 2012, at 8:21 PM, philipt wrote:

> Are the PostgreSQL range types 
> (http://www.postgresql.org/docs/9.2/interactive/rangetypes.html) implemented?
> If not what I have to do to use them?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/sqlalchemy/-/6LVA6ndNlzMJ.
> To post to this group, send email to sqlalchemy@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to