pgAdmin III commit: Fix the "Add restore point" patch - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the "Add restore point" patch
Date
Msg-id 201104301400.p3UE0Uqe050815@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the "Add restore point" patch

This action should not be available on a streaming replication slave. And if
the user doesn't enter a name for the restore point, the action should be
canceled.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=be81878a40b9085b911613d9bff6f295824efedb

Modified Files
--------------
pgadmin/schema/pgServer.cpp |   10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix disabling widgets on a connected server
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the initial tab selection in an index dialog