David Wall <d.wall@computer.org> writes:
> Okay, I cannot find any information on how to view the permissions for a
> large object. I know that psql's \dp can be used to see the permissions
> on a table, but how do I see the permissions assigned to a large object?
AFAICS psql doesn't have any support for this --- you'd need to look
directly at pg_largeobject_metadata.
regards, tom lane