Hi,
 
 
I am trying to dump large object data( from a database containing table consist of 4 lo fields)
I get following error.
I am using postgres 7.2.1 which is installed from rpm
Command use is
   pg_dump -Ft -b test1 > db.tar
 
I get following message
pg_dump: WARNING: function "lo_oid" not dumped
pg_dump: reason: data type name of argument 0 (oid 16584) not found
 
 
 
When i try restore using pg_restore
Blob data is not restored.
 
 
What could be the problem?
Is there anyway by which i can fixed this problem by using postgres which is installed using source code compiling
 
 
Regards
Omkar Prabhu

Reply via email to