pgAdmin users upgrading to PostgreSQL 7.2 - Mailing list pgsql-odbc

From Dave Page
Subject pgAdmin users upgrading to PostgreSQL 7.2
Date
Msg-id AA30E7BCCA5C1D4E88A231900F8325C00B52@dogbert.vale-housing.co.uk
Whole thread Raw
List pgsql-odbc
Hi,

It's come to my attention that users of pgAdmin (the original, not pgAdmin
II) will not be able to dump/reload their 7.1.x databases into 7.2 without
an additional step in the upgrade procedure.

This is because pgAdmin creates a number of views on the server which
include the oid column from tables such as pg_attribute - obviously
attempting to reload these view will cause an error as there is no longer an
oid column in pg_attribute in 7.2.

pgAdmin II is unaffected by this problem.

I will obviously try to assist anyone who suffers from this problem, but if
the following text can be added to the INSTALL file and anywhere else that
may be appropriate it might help ease the pain!

{at the end of #2 under 'If you are upgrading)

     pgAdmin 7.x users will need to drop server side objects before dumping
     their database, otherwise the reload will fail. To do this, select
     'Drop all pgAdmin Server Side Objects' from the 'Advanced' menu.
     pgAdmin does not support PostgreSQL 7.2, instead, please try pgAdmin II
     from http://pgadmin.postgresql.org/.


Regards, Dave.

--
Dave Page (dpage@postgresql.org)
pgAdmin Project Leader
http://pgadmin.postgresql.org/

pgsql-odbc by date:

Previous
From: Dave Page
Date:
Subject: Re: New driver options in 7.01.0007
Next
From: "Ryan C. Bonham"
Date:
Subject: Move Previous