Re: pgsql: Improve default and empty privilege outputs in psql.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Improve default and empty privilege outputs in psql.
Date: 2024-09-24 17:57:28
Message-ID: 3463048.1727200648@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

I wrote:
> Yes, that's the expectation. I'm sure we can think of a more
> backwards-compatible way to test for empty datacl, though.

Looks like the attached should be sufficient. As penance, I tried
all the commands in describe.c against 9.2 (or the oldest supported
server version), and none of them fail now.

regards, tom lane

Attachment Content-Type Size
fix-ACL-printing-for-old-servers.patch text/x-diff 517 bytes

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-09-24 18:44:14 pgsql: Add further excludes to headerscheck
Previous Message Tom Lane 2024-09-24 17:00:05 pgsql: Neaten up our choices of SQLSTATEs for XML-related errors.

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-09-24 18:08:10 Re: Proposal to Enable/Disable Index using ALTER INDEX
Previous Message Masahiko Sawada 2024-09-24 17:24:56 Re: Conflict detection for update_deleted in logical replication