adspace


How to access postgresql database from another machine?

Answer Posted / Vibhesh Kumar Singh

Answer: To access a PostgreSQL database from another machine, you need to allow connections from remote hosts. You can do this by editing the `pg_hba.conf` file and adding an entry for your IP address or hostname. After making changes, restart the PostgreSQL server for the changes to take effect.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959