pgAdmin III commit: Add a contextual menu to reset a table/function's s

From: Guillaume Lelarge <guillaume(dot)lelarge(at)dalibo(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add a contextual menu to reset a table/function's s
Date: 2010-07-24 17:33:32
Message-ID: 201007241733.o6OHXW3S039650@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=416976f5013ece4b70056c9656adfb1ec2d62826

Log Message
-----------
Add a contextual menu to reset a table/function's statistics.
Fixes #186.

Branch
------
master

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmMain.cpp | 3 +++
pgadmin/include/schema/pgFunction.h | 11 +++++++++++
pgadmin/include/schema/pgTable.h | 11 +++++++++++
pgadmin/schema/pgFunction.cpp | 33 +++++++++++++++++++++++++++++++++
pgadmin/schema/pgTable.cpp | 32 ++++++++++++++++++++++++++++++++
6 files changed, 92 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-07-24 17:34:17 Re: [pgAdmin III] #186: Reseting a table/function's statistics
Previous Message pgAdmin Trac 2010-07-24 17:23:23 Re: [pgAdmin III] #186: Reseting a table/function's statistics