Problem using pg_dump going from 7.0.3 to 7.1beta3 - Mailing list pgsql-bugs

From Bruno Wolff III
Subject Problem using pg_dump going from 7.0.3 to 7.1beta3
Date
Msg-id 20010109230059.D22568@wolff.to
Whole thread Raw
List pgsql-bugs
I was moving a small database I had from 7.0.3 to 7.1beta3 using pgdump
and had a problem with a view. The I got a syntax error when the rule
corresponding to the view was being processed. While looking around I
noticed that the dump file created a table with the name of the view
instead of creating a view. Maybe that is just the way things work
when you create views using rules instead of the create view command,
I don't know. To use the dump file I just used it as input to psql.

If this is something that isn't already known I can make the pg_dump
output file available for people to look at.

pgsql-bugs by date:

Previous
From: "Andrew Snow"
Date:
Subject: RE: Concat error in PL/pgsql
Next
From: Bruno Wolff III
Date:
Subject: to_char appears fixed in 7.1beta3