[EMAIL PROTECTED] 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. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend