pgAdmin 4 commit: Added functionality to Pause/Resume replay of WAL on

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added functionality to Pause/Resume replay of WAL on
Date: 2016-05-13 20:11:44
Message-ID: E1b1JR2-0003nw-0E@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added functionality to Pause/Resume replay of WAL on the database
server.

Tweaked a little bit by Ashesh.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4dc7f84761d85c94657a17533ef34e96550c3998
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/server_groups/servers/__init__.py | 166 +++++++++++++++++++--
.../servers/templates/servers/servers.js | 119 ++++++++++++++-
2 files changed, 275 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-13 20:11:56 Re: [pgAdmin4][Patch]: Pause/Resume replay of WAL functionality
Previous Message Ashesh Vashi 2016-05-13 19:44:48 Re: psycopg2 issue when returning password from sqlite db to python [pgadmin4]