Re: Map connection().status() to name?

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: <psycopg(at)postgresql(dot)org>
Subject: Re: Map connection().status() to name?
Date: 2016-11-18 20:47:17
Message-ID: a7fecbac-804e-047b-93c3-5deb5938c7ce@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 11/11/16 2:14 PM, Jim Nasby wrote:
> I realize that there are constants in psycopg2.extensions for available
> connection statuses and what-not, but is there any included way to map a
> returned status to a descriptive string? When I'm trying to debug
> something a status of '2' doesn't really tell me anything useful. :(

Would a patch implementing such a map be accepted?
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2016-11-18 23:34:54 Re: Map connection().status() to name?
Previous Message Jim Nasby 2016-11-11 20:14:31 Map connection().status() to name?