Re: [GENERAL] [HACKERS] USER Profiles for PostgreSQL - Mailing list pgsql-general

From John R Pierce
Subject Re: [GENERAL] [HACKERS] USER Profiles for PostgreSQL
Date
Msg-id fb2ad901-209a-e4d9-82dd-2a3a2bb0ded2@hogranch.com
Whole thread Raw
In response to Re: [GENERAL] [HACKERS] USER Profiles for PostgreSQL  (chiru r <chirupg@gmail.com>)
Responses Re: [GENERAL] [HACKERS] USER Profiles for PostgreSQL  (Stephen Frost <sfrost@snowman.net>)
List pgsql-general
On 9/19/2017 3:32 PM, chiru r wrote:
> How those application accounts get recognized in database?
>
> Let say  App_user1 authenticated through application ,after that how 
> the App_user1 get access to DB?
>
> can you please provide more information ,how the app users are 
> accessing database ?


the user isn't accessing the database, the application itself is 
accessing the database.   a web app might have 10s of 1000s of unique 
users, but a web app typically only uses a single application account to 
access the database.



-- 
john r pierce, recycling bits in santa cruz



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: chiru r
Date:
Subject: Re: [GENERAL] [HACKERS] USER Profiles for PostgreSQL
Next
From: Andres Freund
Date:
Subject: Re: [GENERAL] Up to date conventional wisdom re max shared_buffersize?