2_8_5
What's new in psycopg 2.8.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed use of `!connection_factory` and `!cursor_factory` together (:ticket:`#1019`). - Added support for `~logging.LoggerAdapter` in `~psycopg2.extras.LoggingConnection` (:ticket:`#1026`). - `~psycopg2.extensions.Column` objects in `cursor.description` can be sliced (:ticket:`#1034`). - Added AIX support (:ticket:`#1061`). - Fixed `~copy.copy()` of `~psycopg2.extras.DictCursor` rows (:ticket:`#1073`).