const github.com/jackc/pgx/v4.ReadUncommitted

2 uses

	github.com/jackc/pgx/v4 (current package)
		tx.go#L20: 	ReadUncommitted = TxIsoLevel("read uncommitted")

	github.com/jackc/pgx/v4/stdlib
		sql.go#L302: 		pgxOpts.IsoLevel = pgx.ReadUncommitted