I have updated the hosts example, and added that the dbname field
is required but ignored when the hosts field specifies only URI
forms.

          Examples:
              hosts = 
postgresql://[email protected]/databasename?sslmode=require
            ...
   dbname (required)
          The database name on the servers. Example:
              dbname = customer_database

          This setting is required, but ignored when a postgresql:// URI
          specifies a database name.

We could add a ton of code to parse a postgresql:// URI and find
out if it specifies a database name, but that does not seem right.

        Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to