这是indexloc提供的服务,不要输入任何密码
Skip to content

Multiple error shows if user does not have connect privileges. #7073

@yogeshmahajan-1903

Description

@yogeshmahajan-1903

Describe the bug

Multiple error shows if user does not have connect privileges.

To Reproduce

Steps to reproduce the behavior:

  1. For any database run below commands with user postgres-
GRANT TEMPORARY ON DATABASE b TO PUBLIC;

GRANT TEMPORARY ON DATABASE b TO postgres;
  1. Now connect to the server with another user and try to connect above database.
  2. User gets below error.
Screenshot 2023-12-18 at 1 23 27 PM

Expected behavior

Only single error should be shown.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions