यदि आप संबंधित भाषा के लिए Libpq बाइंडिंग का उपयोग करते हैं, तो इसके दस्तावेज़ीकरण के अनुसार URI इस प्रकार बनता है:
postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]
यहां उसी दस्तावेज़ के उदाहरण दिए गए हैं
postgresql://
postgresql://localhost
postgresql://localhost:5432
postgresql://localhost/mydb
postgresql://[email protected]
postgresql://user:[email protected]
postgresql://[email protected]/otherdb?connect_timeout=10&application_name=myapp
postgresql://localhost/mydb?user=other&password=secret