Remove unused sequences code

This commit is contained in:
Dan Sosedoff
2016-01-12 22:05:32 -06:00
parent fbaa61bbbc
commit 556e7d445a
7 changed files with 2 additions and 39 deletions
-4
View File
@@ -171,10 +171,6 @@ func (client *Client) TableConstraints(table string) (*Result, error) {
return res, err
}
func (client *Client) Sequences() ([]string, error) {
return client.fetchRows(statements.PG_SEQUENCES)
}
// Returns all active queriers on the server
func (client *Client) Activity() (*Result, error) {
return client.query(statements.PG_ACTIVITY)