It would be nice to see timing information on how long node-postgres spent acquiring a connection from the pool, and how long it spent querying the database, and how long Postgres thinks it spent on the query. (I'm not sure whether Postgres returns that information)
It would be nice to see timing information on how long
node-postgresspent acquiring a connection from the pool, and how long it spent querying the database, and how long Postgres thinks it spent on the query. (I'm not sure whether Postgres returns that information)