PRIMARY KEY FIELDS DISPLAY ORDER

From: "microsys(dot)gr microsys(dot)gr" <microsys(dot)gr(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: PRIMARY KEY FIELDS DISPLAY ORDER
Date: 2017-01-15 15:55:46
Message-ID: CALewnqTfYTU+3RuK9y9s9+vneWe3WSdXE=UHK0sd4k8xzdraiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message microsys.gr microsys.gr 2017-01-15 16:38:10 TABLE IMPORT/EXPORT NOT WORKING
Previous Message Murtuza Zabuawala 2017-01-13 05:01:11 Re: [pgadmin-support] Enc: Erro não identificado ao tentar efetuar o backup no PgAdmin 4