Re: How Restricting user

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Daniel Gallo <danielito(dot)gallo(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How Restricting user
Date: 2016-02-25 16:04:16
Message-ID: 56CF2600.7050504@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/25/2016 07:50 AM, David G. Johnston wrote:
> ​Some yes, some no. Read up on GRANT. Most of the resource stuff
> cannot be accomplished within PostgreSQL. No clue what you mean by
> "logical reads".

From what I gather a logical read is one that pulls from cache versus
off the disk:

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4b912b12-a8da-4241-9db1-57f7ed7130d2/logical-read?forum=sqldatabaseengine

>
> Dave
> ​
>
> On Thu, Feb 25, 2016 at 5:08 AM, Daniel Gallo <danielito(dot)gallo(at)gmail(dot)com
> <mailto:danielito(dot)gallo(at)gmail(dot)com>> wrote:
>
> Dear , I would like to make a query , I plan to create a user in my
> database , but only to make inquires , I would also like to have
> limits such as connection time, idle time , logical reads , is this
> possible?
> Thank you very much for your time
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message dangal 2016-02-25 18:01:16 Re: How Restricting user
Previous Message David G. Johnston 2016-02-25 15:50:49 Re: How Restricting user