I\'m in a corporate environment (running Debian Linux) and didn\'t install it myself. I access the databases using Navicat or phpPgAdmin (if that helps). I also don\'t have
If Select version() returns with Memo try using the command this way:
Select version()
Select version::char(100)
or
Select version::varchar(100)