Wenn Sie die Libpq-Bindung für die jeweilige Sprache verwenden, wird der URI gemäß seiner Dokumentation wie folgt gebildet:
postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]
Hier sind Beispiele aus demselben 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