Om du använder Libpq-bindning för respektive språk, bildas URI enligt dess dokumentation enligt följande:
postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]
Här är exempel från samma dokument
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