How to view your PostgreSQL history

H

How Can We Help?

How to view your PostgreSQL history

PostgreSQL stores all the history SQL commands that were executed in the .psql_history file within your home directory

To view it execute the command below

cat ~/.psql_history

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me