File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ use tokio_postgres::{Error, Socket};
59
59
/// ```
60
60
///
61
61
/// ```not_rust
62
- /// host=/var/lib /postgresql,localhost port=1234 user=postgres password='password with spaces'
62
+ /// host=/var/run /postgresql,localhost port=1234 user=postgres password='password with spaces'
63
63
/// ```
64
64
///
65
65
/// ```not_rust
@@ -80,15 +80,15 @@ use tokio_postgres::{Error, Socket};
80
80
/// ```
81
81
///
82
82
/// ```not_rust
83
- /// postgresql://user:password@%2Fvar%2Flib %2Fpostgresql/mydb?connect_timeout=10
83
+ /// postgresql://user:password@%2Fvar%2Frun %2Fpostgresql/mydb?connect_timeout=10
84
84
/// ```
85
85
///
86
86
/// ```not_rust
87
87
/// postgresql://user@host1:1234,host2,host3:5678?target_session_attrs=read-write
88
88
/// ```
89
89
///
90
90
/// ```not_rust
91
- /// postgresql:///mydb?user=user&host=/var/lib /postgresql
91
+ /// postgresql:///mydb?user=user&host=/var/run /postgresql
92
92
/// ```
93
93
#[ derive( Clone ) ]
94
94
pub struct Config {
You can’t perform that action at this time.
0 commit comments