A number of client tools are available for working with Azure Database for PostgreSQL flexible server. With these tools, you can connect to your ADP instance, manage the environment, and define your database structures. You can also query, update and delete data within those databases. Two of the most popular tools for working with PostgreSQL are the psql command-line utility and the pgAdmin GUI management tool, both of which are available for free on multiple platforms.
In this article, I introduce you to psql and show you how to connect to and work with your ADP instance. This article is