Major Update Commited

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Major Update Commited
Date: 2001-09-24 21:43:49
Message-ID: AA30E7BCCA5C1D4E88A231900F8325C00B19@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

I've just commited a fairly major update to allow pgAdmin II to work with
PostgreSQL 7.2.

- A number of system tables in 7.2 no longer have oid columns - consequently
the oid property has been removed from a couple of classes.

- Column comments are stored by objoid = tableoid & objsubid = colposition.

In making the first of these changes, I broke compatibility with older
versions of pgSchema, so all binaries will need to be updated/re-registered
(these can be found in /binaries in the CVS).

Regards, Dave.

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message mlw 2001-09-25 01:25:10 Re: Changing data types
Previous Message Dave Page 2001-09-24 19:43:01 Re: Alter project: client or server side?