psycopg2+postgres check default charset of db or table - Mailing list psycopg

From Peter Irbizon
Subject psycopg2+postgres check default charset of db or table
Date
Msg-id CABFuWSzAno2Oia-+3KRcuLAWYZRC3CJd5AGW2v1tFKica571XA@mail.gmail.com
Whole thread Raw
Responses Re: psycopg2+postgres check default charset of db or table  (Joe Abbate <jma@freedomcircle.com>)
List psycopg
Hello guys,
I am using python 2.7 and psycopg2. How could I find out default charset used by database? I would like to check it and then according to used charset decode returned strings.
 
I tried "select rdb$character_set_name from rdb$database" but it seems it doesn't work for postgres. thank you

psycopg by date:

Previous
From: Leon Starr
Date:
Subject: Re: Using with Python 3, possible? how?
Next
From: Joe Abbate
Date:
Subject: Re: psycopg2+postgres check default charset of db or table