[pgAdmin4][Patch]: Fixed RM #2315 : Sorting by size is broken

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Fixed RM #2315 : Sorting by size is broken
Date: 2017-04-25 09:18:23
Message-ID: CAFOhELcc_ctZkKJYH1c+7pd3zGM3uy=FQh+nEya+yczZJ4d+BA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Fixed RM #2315 : Sorting by size is broken.

Removed the pg_size_pretty function from query for the collection and
introduced the client side function to convert size into human readable
format. So, the sorting issue is fixed as the algorithm will get the actual
value of size instead of formatted value.

Thanks,
Khushboo

Attachment Content-Type Size
RM_2315.patch text/x-patch 10.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Mateusz Korszun 2017-04-25 09:48:31 HTTPS ignored on redirect
Previous Message Harshal Dhumal 2017-04-25 07:41:31 Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]