Re: Postgres 7 pgdump problems

From: Paul Breen <pbreen(at)computerpark(dot)co(dot)uk>
To: Rainer Mager <rmager(at)vgkk(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres 7 pgdump problems
Date: 2000-11-27 14:16:28
Message-ID: Pine.LNX.3.96.1001127141110.6198I-100000@cpark37.computerpark.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Rainer - sorry for the late reply, I haven't been at work for a few days!

Yeah, we've seen this happen before (on an old 6.3.2 database). At first
I just noticed the view wasn't working and re-ran our 'create view' script
against the database. This fixed the view but had a knock-on effect and
screwed up another view (actually the next view when listing tables etc.
in the database using '\d')! It wasn't until I did a table listing that I
noticed that Postgres was listing the view as a table and - as you did - I
dropped the view as a table, then rebuilt it from our 'create view' script
and everything was OK. Never did find out why though?!! As you say, it
does smell like a bug.

Paul M. Breen, Software Engineer - Computer Park Ltd.

Tel: (01536) 417155
Email: pbreen(at)computerpark(dot)co(dot)uk

On Tue, 21 Nov 2000, Rainer Mager wrote:

> Hi all,
>
> We've run into an odd problem here. We had a db that we upgraded to PG7
> without problems. We then dumped that db via pgdump and restored it to a
> different server. The odd part is that the restored database had at least
> one view from the original db that magically turned into a table (not a
> view) in the new db. This broke some of our code that accesses the db (I
> can't remember exactly why off hand) so I had to delete the table and
> recreate it as a view by hand.
> Has anyone else seen this? It smells like a bug to me.
>
> --Rainer
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Paul McGarry 2000-11-28 04:05:37 RE: Postgresql on Solais 7
Previous Message Jens Hartwig 2000-11-27 07:59:04 Damaged table "pg_class"

Browse pgsql-general by date

  From Date Subject
Next Message Peeter Smitt 2000-11-27 14:25:31 nested table
Previous Message Marko Kreen 2000-11-27 13:21:17 Re: Re: [GENERAL] Warning: Don't delete those /tmp/.PGSQL.* files