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

Check insert privileges to create chunk #2416

Merged
merged 1 commit into from
Sep 21, 2020

Commits on Sep 21, 2020

  1. Check insert privileges to create chunk

    To create a chunk in a hypertable, it is currently necessary to be the
    owner of the hypertable of the chunk. If a user has insert privileges
    only, it will fail with an error message, which causes problems when
    inserting data into distributed hypertables since the user cannot
    create new chunks.
    
    This commit changes this and only requires that the user has insert
    privileges on the hypertable of the chunk for allowing creation of a
    new chunk.
    
    Closes timescale#2393
    mkindahl committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f65615b View commit details
    Browse the repository at this point in the history