Closed
Description
This is the way libpq (and other libraries based on it) does this:
At least some third-party libraries not based on libpq do that as well:
- https://github.com/jackc/pgx/blob/v5.3.1/pgconn/defaults.go#L18-L23
- https://github.com/lib/pq/blob/v1.10.8/connector.go#L103-L112
I think it would make sense to do it here for compatibility with other libraries.
Metadata
Metadata
Assignees
Labels
No labels