Re: psql: \dl+ to list large objects privileges - Mailing list pgsql-hackers

From Georgios Kokolatos
Subject Re: psql: \dl+ to list large objects privileges
Date
Msg-id 163067311464.1167.13782276673681988632.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: psql: \dl+ to list large objects privileges  (Georgios Kokolatos <gkokolatos@protonmail.com>)
Responses Re: psql: \dl+ to list large objects privileges  (Pavel Luzanov <p.luzanov@postgrespro.ru>)
List pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  not tested
Implements feature:       not tested
Spec compliant:           not tested
Documentation:            not tested

Hi,

There is something I forgot to mention in my previous review.

Typically when describing a thing in psql, it is the column "Description" that
belongs in the verbose version. For example listing indexes produces:

               List of relations
 Schema |   Name    | Type  |  Owner   | Table

and the verbose version:
                                           List of relations
 Schema |   Name    | Type  |  Owner   | Table | Persistence | Access method |    Size    | Description

Since '\dl' already contains description, it might be worthwhile to consider to add the column `Access privileges`
without introducing a verbose version.

Thoughts?

Cheers,
//Georgios

pgsql-hackers by date:

Previous
From: Georgios Kokolatos
Date:
Subject: Re: psql: \dl+ to list large objects privileges
Next
From: Fujii Masao
Date:
Subject: Re: Avoid stuck of pbgench due to skipped transactions