Michael Erickson

Results 12 issues of Michael Erickson

In https://github.com/cockroachdb/cockroach/pull/117910 @DrewKimball added a new `close_cursors_at_commit` session variable which controls cursor behavior in PL/pgSQL. We've had [some questions](https://cockroachlabs.slack.com/archives/C01RX2G8LT1/p1718047248027749) about this behavior, so it would be nice to document it...

In CockroachDB, most unique constraints are enforced by an accompanying unique index. The uniqueness check which maintains the constraint is simply the use of `ConditionalPut` instead of `Put` when writing...

C-enhancement
docs-done
docs-known-limitation
T-sql-queries
A-read-committed