We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cce517 commit d709692Copy full SHA for d709692
1 file changed
src/lib.rs
@@ -966,10 +966,10 @@ impl Connection {
966
967
/// Creates cached prepared statement.
968
///
969
- /// Like `prepare`, except that the statement is only prepared once and
970
- /// then cached. If the same statement is going to be used frequently,
971
- /// caching it can improve performance by reducing the number of round
972
- /// trips to the Postgres backend.
+ /// Like `prepare`, except that the statement is only prepared once over
+ /// the lifetime of the connection and then cached. If the same statement
+ /// is going to be used frequently, caching it can improve performance by
+ /// reducing the number of round trips to the Postgres backend.
973
974
/// ## Example
975
0 commit comments