[psycopg] pgcopy 1.3.0 release announcement - Mailing list psycopg

From Aryeh Leib Taurog
Subject [psycopg] pgcopy 1.3.0 release announcement
Date
Msg-id 20170822124300.GE2343@deb76.aryehleib.com
Whole thread Raw
List psycopg
pgcopy 1.3.0 is now available!
<https://pypi.python.org/pypi/pgcopy>

pgcopy is a small utility for fast inserts to postgresql using binary copy.

Features:
* Support for many datatypes
* Tested with python 2.7 and 3.3 - 3.6
* Works with postgresql versions 8.4 - 9.6
* Cache data on disk or in memory
* Supports explicit db schema

Release Notes:
This release adds support for postgresql's unlimited varchar type and
includes fixes for handling of varchar and numeric datatypes.


psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: [psycopg] Using infinite values with DateTimeTZRange
Next
From: Jonathan Rogers
Date:
Subject: Re: [psycopg] Using infinite values with DateTimeTZRange