pgAdmin III commit: Add a contextual menu to reset a table/function's s - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add a contextual menu to reset a table/function's s
Date
Msg-id 201007241733.o6OHXW3S039650@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #186: Reseting a table/function's statistics
Next
From: Guillaume Lelarge
Date:
Subject: Git configuration