Обсуждение: PgAdmin beta 3

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

PgAdmin beta 3

От
Mike.Blackwell@rrd.com
Дата:
<br /><font face="sans-serif" size="2">On Windows.</font><br /><br /><font face="sans-serif" size="2">When connecting
toa pre-8.2.0 version of PostgreSQL, a popup with the following message is displayed:</font><br /><br /><font
face="sans-serif"size="2">ERROR: syntax error at or near "pg_get_userbyid"</font><br /><font face="sans-serif"
size="2">Line1: ...T ts.oid, spcname, spclocation, " AS description pg_get_use...</font><br /><br /><font
face="sans-serif"size="2">The following line has a carrot under the 'o' in 'spclocation'.  After closing the popup, it
seemsto work ok, though I've not done extensive checking yet.</font><br /><br /><font face="sans-serif" size="2">Is
therea compatibility issue with older versions of PostgreSQL?</font><br /><br /> 

Re: PgAdmin beta 3

От
Dave Page
Дата:
Mike.Blackwell@rrd.com wrote:
> 
> On Windows.
> 
> When connecting to a pre-8.2.0 version of PostgreSQL, a popup with the
> following message is displayed:
> 
> ERROR: syntax error at or near "pg_get_userbyid"
> Line 1: ...T ts.oid, spcname, spclocation, " AS description pg_get_use...
> 
> The following line has a carrot under the 'o' in 'spclocation'.  After
> closing the popup, it seems to work ok, though I've not done extensive
> checking yet.
> 
> Is there a compatibility issue with older versions of PostgreSQL?
> 

Thanks - this has been fixed in SVN already. It should be largely
harmless unless you use tablespaces (in which case it just won't list
them quite as it should).

Regards, Dave.