We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a67fd commit a8fa2a4Copy full SHA for a8fa2a4
postgres/src/lib.rs
@@ -8,7 +8,7 @@
8
//! # fn main() -> Result<(), postgres::Error> {
9
//! let mut client = Client::connect("host=localhost user=postgres", NoTls)?;
10
//!
11
-//! client.simple_query("
+//! client.batch_execute("
12
//! CREATE TABLE person (
13
//! id SERIAL PRIMARY KEY,
14
//! name TEXT NOT NULL,
0 commit comments