Is it possible to get a history of queries made in postgres? and is it be possible to get the time it took for each query? I\'m currently trying to identify slow queries in the
You can use like
\s
it will fetch you all command history of the terminal, to export it to file using
\s filename