how to connect a PostGreSQL server on the network

I found a help with Connect to a local PostGreSQL database on default port
conn = database('test_db',UserName,Password,'Vendor','PostGreSQL');
How can I connect to remote server on the network

Answers (1)

Asked:

on 5 Jan 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!