Re: [GENERAL] pg_dump dependencies

2005-01-06 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > On Thu, Jan 06, 2005 at 12:10:26PM -0500, Eric E wrote: >> I have a question about pg_dump. I am backing up a database using >> pg_dump in text mode, which works perfectly for me, with one exception. >> I have a view vwDependentView which references an

Re: [GENERAL] pg_dump dependencies

2005-01-06 Thread Eric E
Hi Michael, Well, I dumped the database from two different versions of Postgres (on different machines), using both pg_dump 8.0.0beta2 and pg_dump 7.4.2 (which correspond to the respective server versions). I only restored on the 8.0.0beta machine, though. Would that make a difference? I wi

Re: [GENERAL] pg_dump dependencies

2005-01-06 Thread Michael Fuhr
On Thu, Jan 06, 2005 at 12:10:26PM -0500, Eric E wrote: >I have a question about pg_dump. I am backing up a database using > pg_dump in text mode, which works perfectly for me, with one exception. > I have a view vwDependentView which references another view, > vwIndependentView. However

[GENERAL] pg_dump dependencies

2005-01-06 Thread Eric E
Hi all, I have a question about pg_dump. I am backing up a database using pg_dump in text mode, which works perfectly for me, with one exception. I have a view vwDependentView which references another view, vwIndependentView. However, when I feed my dump script to psql, it is attempting t