mirror of https://github.com/jackc/pgx.git
Update docs for BeginEx
parent
356fcd4b0e
commit
e871ccfca2
4
doc.go
4
doc.go
|
@ -190,8 +190,8 @@ type conversion from string.
|
|||
|
||||
Transactions
|
||||
|
||||
Transactions are started by calling Begin or BeginIso. The BeginIso variant
|
||||
creates a transaction with a specified isolation level.
|
||||
Transactions are started by calling Begin or BeginEx. The BeginEx variant
|
||||
can create a transaction with a specified isolation level.
|
||||
|
||||
tx, err := conn.Begin()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue