Обсуждение: SVN Commit by dpage: r6836 - in branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin: db debugger

Поиск
Список
Период
Сортировка

SVN Commit by dpage: r6836 - in branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin: db debugger

От
svn@pgadmin.org
Дата:
Author: dpage

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

New Revision: 6836

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6836&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:
   branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/db/pgConn.cpp
   branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/debugger/dbgPgConn.cpp