OS Windows 10 pgAdmin 4 Version1.1 Python Version 2.7.11 Flask Version 0.11.1 Application Mode Desktop ---------------------------------
When browse tables, 1) in SQL panel ... CONSTRAINT mytable_pkey PRIMARY KEY (field1, field2, field3,...) ... the order the fields are displayed is NOT correct. 2) same wrong order in Constraint subtree SQL panel, ALTER TABLE public.mytable ADD CONSTRAINT mytable_pkey PRIMARY KEY (field1, field2, field3,...); 3) same wrong order in table popup menu -> Properties -> [window form]-> Constraints tab ------------------------------------------------------------------ 4) But in Properties panel, fields are displayed correctly.