Nếu bạn sử dụng liên kết Libpq cho ngôn ngữ tương ứng, theo tài liệu của nó, URI được hình thành như sau:
postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]
Dưới đây là các ví dụ từ cùng một tài liệu
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