[pgAdmin4][Patch]: RM 2318: Fixed Foreign Table column order

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM 2318: Fixed Foreign Table column order
Date: 2017-04-14 05:05:08
Message-ID: CAFOhELe30NSfgwU41q9mR_k4edjufgPoR3bpSih-1CE7UVH5rQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached patch to fix the RM #2318: Foreign Table create
script puts columns in alphabetical order instead of the actual order of
the columns as the table was originally created

Fixed the column order in get_columns.sql template for PG 9.5 and above.
Other than this templates have the correct order.

Thanks,
Khushboo

Attachment Content-Type Size
RM_2318.patch text/x-patch 721 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-04-14 09:27:54 pgAdmin 4 commit: Changed switch label from True/False to Show/Hide for
Previous Message Khushboo Vashi 2017-04-14 04:02:50 [pgAdmin4][Patch]: RM #2339 - Horizontal scrolling in the treeview