Skip to content

ALTER SEQUENCE code fix

Omar Qunsul requested to merge OmarQunsulGitlab-master-patch-46608 into master

Fix documentation regarding ALTER SEQUENCE. START should be changed to RESTART. It was tested and verified in !141495 (diffs)

From the documentation:

The optional clause START WITH start changes the recorded start value of the sequence. This has no effect on the current sequence value; it simply sets the value that future ALTER SEQUENCE RESTART commands will use.

Merge request reports