Well, I finally blogged about the PoShKeePass project I have been working on for close to the last year. For the full announcement check it out on my development blog here.
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 ...
This color scheme uses the same colors from the SSMS One Dark Theme I posted, it is just slightly different as pgAdmin does not have all of the same syntax highlighting options as SSMS. (Imagine that) For those interested I created this theme on a Windows 10 machine running pgAdminIII version 1.20. You can install ...
I was in search for a good “dark” theme for SSMS and was unable to find one that really worked well with the SQL syntax. Often some of the colors chosen were difficult to see and did not make the dark theme worth it. So I spent some time and sort of cobbled together a ...
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 ...