psycopg2 2.9.2-1build2 source package in Ubuntu
Changelog
psycopg2 (2.9.2-1build2) jammy; urgency=high * No change rebuild for ppc64el baseline bump. -- Julian Andres Klode <email address hidden> Thu, 24 Mar 2022 17:23:09 +0100
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
psycopg2_2.9.2.orig.tar.gz | 371.3 KiB | a84da9fa891848e0270e8e04dcca073bc9046441eeb47069f5c0e36783debbea |
psycopg2_2.9.2.orig.tar.gz.asc | 488 bytes | 81e05993b602ce2860eba364f46e601d77146183f8aa05f88188b84034c74718 |
psycopg2_2.9.2-1build2.debian.tar.xz | 15.6 KiB | a1074f5090a1db53e993e60ec9198f32250ce0c39e9d27293a0d0aac6e062a41 |
psycopg2_2.9.2-1build2.dsc | 2.7 KiB | eb844d3ba8c50a046f9e3b4427d961f4d0568cf1a7ce0aa442857b0a9fdb869a |
Available diffs
Binary packages built by this source
- python-psycopg2-doc: Python module for PostgreSQL (documentation package)
psycopg is a PostgreSQL database adapter for the Python programming language
(just like pygresql and popy.) This is version 2, a complete rewrite of the
original code to provide new-style classes for connection and cursor objects
and other sweet candies. Like the original, psycopg 2 was written with the
aim of being very small and fast, and stable as a rock.
.
psycopg is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of
cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
psycopg 2 also provides full asynchronous operations for the really brave
programmer.
.
The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
and being thread safe at level 2. It also includes some extensions to the
standard DBAPI-2.0 to allow for better thread performance.
.
This package contains the psycopg2 documentation
- python3-psycopg2: Python 3 module for PostgreSQL
psycopg is a PostgreSQL database adapter for the Python3 programming language
(just like pygresql and popy.) This is version 2, a complete rewrite of the
original code to provide new-style classes for connection and cursor objects
and other sweet candies. Like the original, psycopg 2 was written with the
aim of being very small and fast, and stable as a rock.
.
psycopg is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of
cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
psycopg 2 also provides full asynchronous operations for the really brave
programmer.
.
The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
and being thread safe at level 2. It also includes some extensions to the
standard DBAPI-2.0 to allow for better thread performance.
- python3-psycopg2-dbgsym: debug symbols for python3-psycopg2