user privileges - Mailing list pgsql-general

From Atul Kumar
Subject user privileges
Date
Msg-id CA+ONtZ6XTcVg0k-4mNQ5gFqxx6-BWABoTRKpDvcwuTU4K-3x_A@mail.gmail.com
Whole thread Raw
Responses Re: user privileges  (Charles Clavadetscher <clavadetscher@swisspug.org>)
Re: user privileges  (Laurenz Albe <laurenz.albe@cybertec.at>)
List 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.



pgsql-general by date:

Previous
From: David Rowley
Date:
Subject: Re: How to automatically delete idle client connections?
Next
From: Charles Clavadetscher
Date:
Subject: Re: user privileges