Problem with pg_dump - reg.

Started by Shanmugasundaram Doraisamyabout 22 years ago2 messagesgeneral
Jump to latest

Dear Group,
Thanks for all your support to my previous
postings. I am currently using Postgresql 7.3.4-2PGDG. The problem I
am facing is that when I take a dump of the DB using pg_dump and restore
it using the cat pg_dump_file |psql dbname, I find that some views and
functions are missing. But the same views when created manually in the
newly restored database works fine. I would appreciate your input in
this regard. I am using Redhat 7.3 on one machine and Redhat 8.0 on
another. The same behavior is found on both.
Thanks in advance,

Shan.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Shanmugasundaram Doraisamy (#1)
Re: Problem with pg_dump - reg.

Shanmugasundaram Doraisamy <shan@ceedees.com> writes:

Thanks for all your support to my previous
postings. I am currently using Postgresql 7.3.4-2PGDG. The problem I
am facing is that when I take a dump of the DB using pg_dump and restore
it using the cat pg_dump_file |psql dbname, I find that some views and
functions are missing.

What errors get reported during the psql run?

regards, tom lane