pgAdmin III commit: Fix the "Add restore point" patch

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the "Add restore point" patch
Date: 2011-04-30 14:00:30
Message-ID: 201104301400.p3UE0Uqe050815@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-04-30 15:14:36 pgAdmin III commit: Fix the initial tab selection in an index dialog
Previous Message Guillaume Lelarge 2011-04-30 13:15:50 pgAdmin III commit: Fix disabling widgets on a connected server