Re: PG 8.4 to 9.2 upgrade issues with ownership of large objects

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Wall <d(dot)wall(at)computer(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PG 8.4 to 9.2 upgrade issues with ownership of large objects
Date: 2012-12-17 19:30:41
Message-ID: 29811.1355772641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Wall <d(dot)wall(at)computer(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message James Cowell 2012-12-17 20:42:20 Re: Corrupt indexes on slave when using pg_bulkload on master
Previous Message David Wall 2012-12-17 18:46:54 Re: PG 8.4 to 9.2 upgrade issues with ownership of large objects