From: | sramay <nic(dot)srama(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_largeobject related issue with 9.2 |
Date: | 2014-01-13 12:53:50 |
Message-ID: | 1389617630933-5786658.post@n5.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Kevin,
From Mr Momijan's suggestion by running the following query, I was in a
position
to create the pg_largeobject_metadata table instead of copying, I assumed
that
postgres is the user at source and hence it should work for destination
also. But
by running the following command
select pg_catalog.lo_create(t.loid)
from (sleect distinct loid from pg_catalog.pg_largeobject) as t;
My issues are solved. Thanks for the hint to you and to Mr. Momijan.
Regards
Rama
--
View this message in context: http://postgresql.1045698.n5.nabble.com/pg-largeobject-related-issue-with-9-2-tp5784969p5786658.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | François Beausoleil | 2014-01-13 13:06:24 | Re: DB Authentication Design |
Previous Message | Rémi Cura | 2014-01-13 11:30:28 | Re: excution time for plpgsql function and subfunction |