Python mapping with new 9.2 data types - Mailing list pgsql-general

From Daniele Varrazzo
Subject Python mapping with new 9.2 data types
Date
Msg-id CA+mi_8Y9YXGjwGaSrHSJkTREWSoJiz2v3aoSnR+biSdFUsUrJg@mail.gmail.com
Whole thread Raw
List pgsql-general
Hello,

I've worked at Python-Postgres mapping for the new PostgreSQL 9.2 data
types. They should be released with the next psycopg2 version.

The current design, susceptible to changes if needed, is documented here:

- JSON adaptation: http://initd.org/psycopg/docs/extras.html#json-adaptation
- Range data types: http://initd.org/psycopg/docs/extras.html#range-data-types

The code is available in feature branches of my github repository:
https://github.com/dvarrazzo/psycopg

Any feedback (tests, comments, docs corrections) is very welcome.

Regards,

-- Daniele


pgsql-general by date:

Previous
From: Jasen Betts
Date:
Subject: Re: Upgrade from 8.4.13 to 9.2.0.1 successful but it still displays 8.4.13 if SELECT version();
Next
From: salah jubeh
Date:
Subject: Re: 9.1 vs 8.4 performance