\dp privileges "decoder" dropped in v12 of docs - Mailing list pgsql-docs

From PG Doc comments form
Subject \dp privileges "decoder" dropped in v12 of docs
Date
Msg-id 163666586108.8074.10557698705412579637@wrigleys.postgresql.org
Whole thread Raw
Responses Re: \dp privileges "decoder" dropped in v12 of docs  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/sql-grant.html
Description:

Hello, I'm wondering why this version of the GRANT doc has the \dp privilege
definitions - https://www.postgresql.org/docs/9.3/sql-grant.html - but it's
no longer available in v13 of the docs, which i'm actually trying to use -
https://www.postgresql.org/docs/13/sql-grant.html

It seems that the section that has all of the definitions of the "privilege"
letters was dropped in v12. Was that just an oversight? Where can I find
that info nowadays?

To clarify, the section I'm talking about is this one:

---snip---
The entries shown by \dp are interpreted thus:

rolename=xxxx -- privileges granted to a role
        =xxxx -- privileges granted to PUBLIC

            r -- SELECT ("read")
            w -- UPDATE ("write")
            a -- INSERT ("append")
            d -- DELETE
            D -- TRUNCATE
            x -- REFERENCES
            t -- TRIGGER
            X -- EXECUTE
            U -- USAGE
            C -- CREATE
            c -- CONNECT
            T -- TEMPORARY
      arwdDxt -- ALL PRIVILEGES (for tables, varies for other objects)
            * -- grant option for preceding privilege

        /yyyy -- role that granted this privilege
---snip---

Thanks!
Inger

pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: text fields and performance for ETL
Next
From: PG Doc comments form
Date:
Subject: Example of json_array_elements