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

Allow writer user to create tables in schema #136

Merged
merged 5 commits into from
Feb 29, 2024

Commits on Feb 27, 2024

  1. Allow writer user to create tables in schema

    In postgres 15 they change the behaviour of the public schema. Now only
    the owner can create tables in this schema. And the user is in charge to
    configure the permissions.
    
    Grant the writer user to also create tables in a schema.
    
    add the public schema explicitly to the list of schemas to create, to
    force the schema privileges to be applied.
    Matthias Fuhrmeister committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3a3dcad View commit details
    Browse the repository at this point in the history
  2. integrate schema create permission into exisiting method

    Matthias Fuhrmeister committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    024afb2 View commit details
    Browse the repository at this point in the history
  3. use a struct for passing arguments

    Matthias Fuhrmeister committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    40e6022 View commit details
    Browse the repository at this point in the history
  4. Give owner also permission to create tables

    Matthias Fuhrmeister committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2c506be View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'master' into turtle/ELT-16035

    Matthias Fuhrmeister authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9383b14 View commit details
    Browse the repository at this point in the history