Thread: SVN Commit by dpage: r6835 - in trunk/pgadmin3/pgadmin: db debugger

SVN Commit by dpage: r6835 - in trunk/pgadmin3/pgadmin: db debugger

From
svn@pgadmin.org
Date:
Author: dpage

Date: 2007-11-27 13:55:21 +0000 (Tue, 27 Nov 2007)

New Revision: 6835

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6835&view=rev

Log:
EnterpriseDB 8.3 beta 1 & 2 and possibly later actually have PostgreSQL 8.2 style
catalogs. This is expected to change either before GA, but in the meantime we
need to check the catalogue version in more detail, and if we don't see what looks
like a 8.3 catalog, force the version number back to 8.2 for internal version checks.


Modified:
   trunk/pgadmin3/pgadmin/db/pgConn.cpp
   trunk/pgadmin3/pgadmin/debugger/dbgPgConn.cpp