OK got this sorted, pulled from git this time and compiled with --with-libz.
Compilation and make worked
On Fri, May 31, 2013 at 7:47 PM, Pieter du Plooy wrote:
> Guys
>
> Was planning to use 1.16.1 with Postgres 9.3 beta, but got an
> incompatibility error:
>
> Warning:
>
> The server you are
Guys
Was planning to use 1.16.1 with Postgres 9.3 beta, but got an
incompatibility error:
Warning:
The server you are connecting to is not a version that is supported by this
release of pgAdmin III.
pgAdmin III may not function as expected.
Supported server versions are 8.2 to 9.2.
Can I disr
Hi,
I would like to report a bug on pgAdmin 1.16.1 installed on Ubuntu 13.04
from repository.
PgAdmin ignores multidimensional array types in it's outputs.
I defined a table using this command:
CREATE TABLE test (
id serial NOT NULL,
test character varying(150)[][],
PRIMARY KEY (id)
) WITH (