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 sqlal...@googlegroups.com.
To unsubscribe from this group, send email to sqlalchemy+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
Psycopg 2.4.6 will support them (http://initd.org/psycopg/docs/extras.html#range-data-types).