Remove obsolete doc

pull/1281/head
Jack Christensen 2022-07-23 07:06:22 -05:00
parent f07ad22f14
commit d433545662
1 changed files with 0 additions and 4 deletions

4
doc.go
View File

@ -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.