Open cesium-sync opened 7 years ago
On the connection, you can do conn.execute('select 1;') and check for an OperationalError (raised by psycopg2).
conn.execute('select 1;')
Then remind the user to check the following:
On the connection, you can do
conn.execute('select 1;')
and check for an OperationalError (raised by psycopg2).Then remind the user to check the following: