Thread: pg_dump

pg_dump

From
sathya priya
Date:
hai


when dump the database it throw 

"getTables(): relation 'ordermaster': cannot find
function with oid 1655 for trigger
RI_ConstraintTrigger_2017354 "


any clues 

thank advance
p. ashok kumar

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail � Free email you can access from anywhere!
http://mail.yahoo.com/


Re: pg_dump

From
Tom Lane
Date:
sathya priya <mscsathya@yahoo.com> writes:
> when dump the database it throw 
> "getTables(): relation 'ordermaster': cannot find
> function with oid 1655 for trigger
> RI_ConstraintTrigger_2017354 "

I think this must be another variant of the
6.5-pg_dump-with-7.0-database problem.   There's
no error message of that spelling in 7.0 pg_dump,
but there is in 6.5 ...

Check your PATH, or invoke pg_dump using a full path
instead of letting it default.
        regards, tom lane