Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ability to change the initial value of generator/sequence was added. #7287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DmEye
Copy link

@DmEye DmEye commented Sep 2, 2022

You need to write "ALTER GENERATOR gen_name START WITH some_integer;" if you want to change namly the initial value of generator/sequence.

@asfernandes
Copy link
Member

We have create or alter sequence <name> start with <n> already acting very different than alter sequence <name> start with <n> that you are creating, i.e., when sequence exists is works like alter sequence <name> restart with <n>.

This is not feeling right. I think more discussion is needed for this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants