Skip to main content

Module sequence_op

Module sequence_op 

Source
Expand description

SequenceOp — per-sequence field updates.

Carried inside Change::AlterSequence.

Note: START is intentionally not represented here. Postgres requires RESTART, which has different semantics (it touches the live counter, not the declared starting point), so v0.1 emits a recreate when start differs.

Structs§

SequenceOpEntry
One sequence-field op paired with its destructiveness classification.

Enums§

SequenceOp
One field-level update on a sequence.