mirror of https://github.com/jackc/pgx.git
Tweak doc.go so section head is detected
parent
6fc16d96c7
commit
1eecea606b
2
doc.go
2
doc.go
|
@ -181,7 +181,7 @@ Conn.PgTypes.
|
|||
See example_custom_type_test.go for an example of a custom type for the
|
||||
PostgreSQL point type.
|
||||
|
||||
[]byte Mapping
|
||||
Raw Bytes Mapping
|
||||
|
||||
[]byte passed as arguments to Query, QueryRow, and Exec are passed unmodified
|
||||
to PostgreSQL. In like manner, a *[]byte passed to Scan will be filled with
|
||||
|
|
Loading…
Reference in New Issue