I have PostgreSQL 9.3 version. I have created database name db1 now I need it to share with other users who all are connected with the LAN's to connect other applications with the same database.
In SQL Server: We can do this by selecting server name with login details.

Question:
- Is it possible in PostgreSQL?
- If yes, how can do this?
- What is the procedure?

