Add activity tab

This commit is contained in:
Dan Sosedoff
2015-03-21 19:14:11 -05:00
parent f68d81ff17
commit 2a78500fdf
5 changed files with 19 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ func (client *Client) TableIndexes(table string) (*Result, error) {
// Returns all active queriers on the server
func (client *Client) Activity() (*Result, error) {
return client.Query(PG_ACTIVITY)
return client.query(PG_ACTIVITY)
}
func (client *Client) Query(query string) (*Result, error) {