So I have been working on a new PowerShell project which supports an option to open a selected URL in a web browser. I will post more on this project later but for now lets focus opening a URL in the user’s default browser. After some time I derived the proper registry key locations to get start ...
So I have been working a lot on a custom PowerShell profile that has a lot of custom built in functionality for day to day use. My goal being to use the powershell console as my one stop shop for everything I do on a daily basis (with in reason of course). This would include ...
LOG: autovacuum: found orphan temp table “pg_temp_23″.”a_temp_table_temp” in database “productiondb” I recently came across this issue after performing a PITR (Point in Time Restore) on a Postgres Instance. The Log message from autovacuum was throwing multiple times a second, and I don’t know about you but I couldn’t stand to let my log fill up ...