Re: Usability fail with psql's \dp command - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: Usability fail with psql's \dp command
Date
Msg-id alpine.DEB.2.21.1807311458230.6919@lancre
Whole thread Raw
In response to Re: Usability fail with psql's \dp command  (Pavel Luzanov <p.luzanov@postgrespro.ru>)
Responses Re: Usability fail with psql's \dp command
Re: Usability fail with psql's \dp command
List pgsql-hackers
Hello Pavel,

>> I noticed today that \dp does not distinguish empty acl fields
>> (meaning nobody has any privileges) from null acl fields
>> (which mean default privileges, typically not empty).
>
> This confusing behavior exists not only for \dp command.
> Consider schemas and \dn+ command:

Indeed, all \d* which display perms have the empty/default confusion:

   \dp \ddp \des \dew \l \dn \db \df \dT \dD \dL

I fixed them all to display the default acl in the patch I just sent.

I also noticed that although large objects have permissions, they are not 
printed by any backslash commands.

-- 
Fabien.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: make installcheck-world in a clean environment
Next
From: Fabien COELHO
Date:
Subject: Re: Doc patch: add RECURSIVE to bookindex