Hi, This issue has been fixed RM#1842 & fix will be available in next release.
-- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Sun, Jan 15, 2017 at 9:25 PM, microsys.gr microsys.gr < microsys...@gmail.com> wrote: > 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. > >