From d433545662aa5a7351e610f31bf800994a185fc2 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 23 Jul 2022 07:06:22 -0500 Subject: [PATCH] Remove obsolete doc --- doc.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc.go b/doc.go index 1edef5cc..12d89dca 100644 --- a/doc.go +++ b/doc.go @@ -209,10 +209,6 @@ For example: result := MyType{} err := conn.QueryRow(context.Background(), "select row(1, 'foo'::text)", pgx.QueryResultFormats{pgx.BinaryFormatCode}).Scan(&r) -Raw Bytes Mapping - -[]byte passed as arguments to Query, QueryRow, and Exec are passed unmodified to PostgreSQL. - Transactions Transactions are started by calling Begin.