| From: | John R Pierce <pierce(at)hogranch(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: [HACKERS] USER Profiles for PostgreSQL |
| Date: | 2017-09-19 23:07:03 |
| Message-ID: | fb2ad901-209a-e4d9-82dd-2a3a2bb0ded2@hogranch.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2017-09-19 23:50:11 | Re: Up to date conventional wisdom re max shared_buffer size? |
| Previous Message | chiru r | 2017-09-19 22:32:09 | Re: [HACKERS] USER Profiles for PostgreSQL |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Melanie Plageman | 2017-09-19 23:15:46 | Re: [PATCH v1] Add and report the new "in_hot_standby" GUC pseudo-variable. |
| Previous Message | David G. Johnston | 2017-09-19 23:05:23 | Re: Re: issue: record or row variable cannot be part of multiple-item INTO list |