AWS RDS connect to PgAdmin Error saving properties Unable to connect to server: timeout expired

In this article, we will see the solution for AWS RDS PostgreSQL connectivity from pgadmin.

Error saving properties Unable to connect to server: timeout expired

AWS RDS connect to PgAdmin Error saving properties Unable to connect to server: timeout expired
Continue reading AWS RDS connect to PgAdmin Error saving properties Unable to connect to server: timeout expired

How to create database in Azure PostgreSQL Server

In this article, we will see how to create database in Azure PostgreSQL Server.

Database is collection objects like tables, views, indexes, schemas, ….etc.

We are going to create a database in Azure PostgreSQL server by using following two methods.

1. Using CREATE DATABASE command.
2. Using GUI method using pgadmin tool.
Continue reading How to create database in Azure PostgreSQL Server