On Sun, 1 Sep 2019 at 13:45, Thiemo Kellner <thiemo@xxxxxxxxxxxxxxxxxxxx> wrote:
Quoting Olivier Gautherot <ogautherot@xxxxxxxxxxxxx>:
Actually, this is a known problem: https://github.com/pgmodeler/pgmodeler/issues/1281This is the specific error message:
Could not execute the SQL command.
Message returned: ERROR: column pr.proisagg does not exist
LINE 1: ...namespace AS ns ON pr.pronamespace = ns.oid WHERE pr.proisag...
^
HINT: Perhaps you meant to reference the column
--
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin FranklinCan you confirm the versions of pgModeler and PG? Pgmodeler 0.91 does not fully support PG 11.x and there is an update in preparation in 0.92 which should. You may want to givi it a try.
Maybe you want to give the beta a shot: https://pgmodeler.io/download
>>>>>>>>>>>>>>I built 9.2 beta and have beeen using it quite successfully against pg11 for a while