Dear Sir or Madam,
I am writing to report a bug in pgadmin III 1.22.0-beta1 running on Windows 7
x64 connected to PostgreSQL 9.5beta2 64 bit.
To reproduce the bug create this function using SQL query editor:
create or replace function afunc() returns setof record as
$$
begin
return next (1, 2,
When connecting to Greenplum with pgAdmin v1.20.0 on OSX, it always pops up
a warning dialog saying:
"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.4 to 9.4."
H