Search Postgresql Archives

Re: pg_largeobject.sql script not run after upgrade

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 24/06/2013 17:18, "Bruce Momjian" <bruce@xxxxxxxxxx> wrote:


>On Mon, Jun 24, 2013 at 03:25:44PM +0000, Stuart Ford wrote:
>> On 24/06/2013 14:00, "Bruce Momjian" <bruce@xxxxxxxxxx> wrote:
>> 
>> 
>> >
>> >Looking further, here is the command that is executed:
>> >
>> >	SELECT pg_catalog.lo_create(t.loid)
>> >	FROM (SELECT DISTINCT loid FROM pg_catalog.pg_largeobject) AS t;
>> >
>> >If you have created _new_ large objects since the upgrde, the script
>> >might throw an error, as there is already metadata for those large
>> >objects.  You might need to delete the rows in pg_largeobject_metadata
>> >before running the script;  this will reset all the large object
>> >permissions to default.
>> 
>> There doesn't appear to be, if this command, which returns 0, is
>>correct:
>> 
>> select count(*) from pg_catalog.pg_largeobject_metadata ;
>> 
>> So it's OK to go ahead and run at any time?
>
>Yep.  If it fails for some reason, just delete the contents of
>pg_largeobject_metadata and run it again.

Do you know if not running this script would explain the fact that our
dump file sizes have been much smaller than expected?

Stuart


This email and any attachments contain confidential and proprietary information of Glide Utilities Limited intended only for the use of the person to whom it is addressed. Unauthorised disclosure, copying or distribution of the email or its content may result in legal liability. If you have received the email in error, please immediately notify us by telephone on +44 333 666 5555 or email glide@xxxxxxxxxxxx

The sender does not accept liability for any loss or damage from receipt or use thereof which arises as a result of internet transmission. Any views/opinions expressed within this email and any attachments are that of the individual and not necessarily that of Glide Utilities Limited.

Glide is a registered trademark of Glide Utilities Limited. Registered Office: Alpha Tower, Suffolk Street Queensway, Birmingham, B1 1TT. Registered in England & Wales. Registered Company No. 06194523.




-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux