Re: Loggingt psql meta-commands

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: oleg yusim <olegyusim(at)gmail(dot)com>
Cc: Jerry Sievers <gsievers19(at)comcast(dot)net>, Scott Mead <scottm(at)openscg(dot)com>, John R Pierce <pierce(at)hogranch(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Loggingt psql meta-commands
Date: 2015-12-10 20:25:42
Message-ID: CAKFQuwbfScjwazc_daCeTM0T4CNTVn3OVS=3XZdTVsKnODCd2Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Dec 10, 2015 at 1:20 PM, oleg yusim <olegyusim(at)gmail(dot)com> wrote:

> Also... how do we control who can run meta commands?
>

​You cannot do so directly but you can control permissions to the
underlying schema that the meta-command queries touch so that attempting to
run the meta-command fails.

This is not as simple as it may seem; visibility of the schema is
considerably more permissive than visibility of data.

David J.​

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message oleg yusim 2015-12-10 20:46:48 Re: Loggingt psql meta-commands
Previous Message oleg yusim 2015-12-10 20:20:48 Re: Loggingt psql meta-commands