"Brendan Jurd" <direvus@gmail.com> writes:
> It occurred to me that psql's \z command could benefit from the
> addition of some newlines. With any more than one grantee per object,
> the output of \z rapidly becomes extremely wide, and very hard to
> read.
Seems like a good idea now that psql deals nicely with multiline output.
The function names in the patch need schema-qualification in case
pg_catalog is not first in the search path.
regards, tom lane