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

2 uses

	github.com/jackc/pgx/v4 (current package)
		tx.go#L19: 	ReadCommitted   = TxIsoLevel("read committed")

	github.com/jackc/pgx/v4/stdlib
		sql.go#L304: 		pgxOpts.IsoLevel = pgx.ReadCommitted