user privileges

From: Atul Kumar <akumar14871(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: user privileges
Date: 2021-06-21 10:40:05
Message-ID: CA+ONtZ6XTcVg0k-4mNQ5gFqxx6-BWABoTRKpDvcwuTU4K-3x_A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

My question can be silly but I need to ask that if a user is created
without login privilege then what is the use of below command why
don't postgres prompt error on it

CREATE ROLE nolog_user WITH PASSWORD 'pass1';

as the user is created with login privileges then what is the use such user ?

Where such users having no login privileges can be used ?

Regards.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Charles Clavadetscher 2021-06-21 12:30:55 Re: user privileges
Previous Message David Rowley 2021-06-21 10:17:48 Re: How to automatically delete idle client connections?