patch: pretty size for temp files

From: Dmitriy Olshevskiy <olshevskiy87(at)bk(dot)ru>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: patch: pretty size for temp files
Date: 2015-11-07 18:08:19
Message-ID: 563E3E13.8080609@bk.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

hello!
database "statistics" tab contains value "size of
temporary files" in bytes.
what if we apply function pg_size_pretty() for it
(as it was done for another
value "size")? patch is attached.

--
Dmitriy Olshevskiy

Attachment Content-Type Size
tmp_files_size_pretty.patch text/x-patch 767 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-11-09 09:37:53 pgAdmin III commit: Properly pretty-print temp file sizes.
Previous Message Dave Page 2015-11-06 10:23:47 Re: Patch - pgAdmin4 [to add support for python3]