[pgadmin-hackers] pgAdmin 4 commit: Format JSON more efficiently. This cansignificantly - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Format JSON more efficiently. This cansignificantly
Date
Msg-id E1cPVDA-0003jf-Rc@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Format JSON more efficiently. This can significantly reduce response sizes from the server.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1504d05cddc4897df7880fc70326b416c6cf9c61

Modified Files
--------------
web/pgadmin/utils/ajax.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: [pgadmin-hackers] PATCH: Dialogue control buttons should be consistent (pgAdmin4)
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Improve query plan tooltip formatting.