We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72bc43 commit 5491a8cCopy full SHA for 5491a8c
src/lib.rs
@@ -956,7 +956,7 @@ impl Connection {
956
/// (5432) is used if none is specified. The database name defaults to the
957
/// username if not specified.
958
///
959
- /// Connection via Unix sockets is supported with the `unix_sockets`
+ /// Connection via Unix sockets is supported with the `unix_socket`
960
/// feature. To connect to the server via Unix sockets, `host` should be
961
/// set to the absolute path of the directory containing the socket file.
962
/// Since `/` is a reserved character in URLs, the path should be URL
0 commit comments