Tag Archives: postgresql

Connecting to PostgreSQL from Azure Data Studio

I’ve been doing a bit of work with PostgreSQL as part of my work with Redgate. PostgreSQL is a relational platform that is open source, free to use, available as a supported commercial product from various companies, and has been … Continue reading

Posted in Blog | Tagged , , | Leave a comment

Creating a PostgreSQL Docker Container with a Volume on Windows

This post looks at how to set up a PostgreSQL container on Windows using Docker for Windows. I’ve seen a few posts, but I had to cobble together some instructions from places, so I decided to make my own post … Continue reading

Posted in Blog | Tagged , , | 3 Comments

Pgadmin Environment Variables

I’ve had to do some work on PostgreSQL, and I wrote an article at SQLServerCentral about getting started. Once I had things working, and could connect from Azure Data Studio(ADS), I also wanted to get pgadmin working in a container … Continue reading

Posted in Blog | Tagged , , | Comments Off on Pgadmin Environment Variables