[pgAdmin4][Patch]: Expanded columns under table are in the wrong order

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Expanded columns under table are in the wrong order
Date: 2017-02-24 11:53:13
Message-ID: CAM5-9D8pg+LdCHJ5=qgu-tCppGyOtC67vBeUYrG0XDns7EPZiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

The sorting for the object types 'column' and 'catalog_object_column' is
not required as their columns need to display as per their order of
creation.
For other nodes sorting will work.

Please find attached patch and review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM_2185.patch application/octet-stream 3.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-24 12:21:08 pgAdmin 4 commit: Add PARALLEL SAFE|UNSAFE|RESTRICTED support. Fixes #2
Previous Message Neel Patel 2017-02-24 11:45:12 [pgAdmin4][Patch]: Fix #2198 - Cannot create function/procedure with arguments