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

Add PostgreSql alter column sequence parameters #4916

Commits on Dec 16, 2023

  1. Add PostgreSql alter column sequence parameters

    Adds the missing sequence parameters to identity coloumns
    griffio committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    acfa726 View commit details
    Browse the repository at this point in the history
  2. Add SET for identity columns

    ALTER COLUMN allows multiple sequential SET clauses for identity columns
    The grammar seems very tricky so this is a best effort to have it working
    
    Add more fixture tests to show syntax
    griffio committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    11fb161 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update PostgreSql.bnf sequence_parameters

    Change sequence_parameters to use pin=2
    Do this seems to allow the sequence_parameters to be declared in any order
    griffio committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a037bc5 View commit details
    Browse the repository at this point in the history