The code is below
import psycopg2 from psycopg2 import pool try: postgreSQL_pool = psycopg2.pool.SimpleConnectionPool(1, 20,user = "postgres",