Re: pg_dump dependencies

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Eric E <whalesuit(at)bonbon(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump dependencies
Date: 2005-01-06 18:04:18
Message-ID: 20050106180418.GA58223@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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, when I feed my dump script to psql, it is
> attempting to make vwDependentView first and failing.

What version of PostgreSQL are you using? pg_dump tends to improve
with each release; I couldn't duplicate your problem in 8.0.0rc3
or 7.4.6.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Derik Barclay 2005-01-06 18:05:24 Re: Question about varchar and text
Previous Message Joshua D. Drake 2005-01-06 17:47:57 Re: functions in postgresql