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 "BYPASSRLS|NOBYPASSRLS" option while creating a Role. #6392

Closed
akshay-joshi opened this issue Jun 7, 2023 · 2 comments
Closed

Add "BYPASSRLS|NOBYPASSRLS" option while creating a Role. #6392

akshay-joshi opened this issue Jun 7, 2023 · 2 comments
Assignees
Milestone

Comments

@akshay-joshi
Copy link
Contributor

No description provided.

@psztoch
Copy link

psztoch commented Jan 2, 2024

SQL tab ignore this flag:

CREATE ROLE testrole WITH
  NOLOGIN
  NOSUPERUSER
  INHERIT
  NOCREATEDB
  NOCREATEROLE
  NOREPLICATION;

Add NOBYPASSRLS or BYPASSRLS at end.

It is bug. Please repair.

@anilsahoo20
Copy link
Contributor

Tested and verified on snapshot build: https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2024-01-18/
Package: arm64
Environment: macOs Ventura 13.5.1

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

No branches or pull requests

3 participants