I use RPostgresql to connect to a local Postgres DB. Usually we send the query as a string using dbGetQuery. Is there any way to print the execution time of the query ?
In postgres \timing prints the query execution time for all the queries. Is there anyway to get the execution timings in R/RPostgresql