Re: wrong column header text in grant doc page

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Dmitriy Olshevskiy <olshevskiy87(at)bk(dot)ru>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: wrong column header text in grant doc page
Date: 2017-04-24 13:24:09
Message-ID: 20170424132409.GC9812@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Dmitriy,

* Dmitriy Olshevskiy (olshevskiy87(at)bk(dot)ru) wrote:
> please, check the column header text " Column access privileges"
> in the GRANT doc
> <https://www.postgresql.org/docs/9.6/static/sql-grant.html>page. I
> think there must be "Column privileges",

Ah, yes, though the actual \dp mytable output would also include
'Policies' (which is why 'access' was removed, in fact), as this:

=> \dp mytable
Access privileges
Schema | Name | Type | Access privileges | Column privileges | Policies
--------+---------+-------+-----------------------+-----------------------+----------
public | mytable | table | miriam=arwdDxt/miriam+| col1: +|
| | | =r/miriam +| miriam_rw=rw/miriam |
| | | admin=arw/miriam | |
(1 row)

I'll update the docs and back-patch this to 9.5, where RLS was added.

> as in the psql \dp output, src/bin/psql/po/*.po files and
> regression tests outputs.

The po files should be updated by the translation team.

Thanks!

Stephen

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message mulivinod1994 2017-04-26 09:02:37 SQLState: 42501
Previous Message Dmitriy Olshevskiy 2017-04-23 12:35:42 wrong column header text in grant doc page