diff options
author | Martin Pihlak | 2009-11-06 08:57:06 +0000 |
---|---|---|
committer | Martin Pihlak | 2009-11-06 08:57:06 +0000 |
commit | d7db381ed4365848e7fefdfbee2ffa7f99da4903 (patch) | |
tree | 4d3c09ef2029cbd92c86eee45eab55dc291b604e /python/pgqadm.py | |
parent | 0f31618dc5b868123f278efb37ce1064ef4675b2 (diff) | |
parent | 661a2e367246d3915c387679c13f6e56aade9c82 (diff) |
Merge branch 'master' of git://github.com/markokr/skytools-dev
Diffstat (limited to 'python/pgqadm.py')
-rwxr-xr-x | python/pgqadm.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pgqadm.py b/python/pgqadm.py index bd1ff8a6..7fdfdc3b 100755 --- a/python/pgqadm.py +++ b/python/pgqadm.py @@ -118,6 +118,10 @@ class PGQAdmin(skytools.DBScript): else: skytools.DBScript.start(self) + def reload(self): + skytools.DBScript.reload(self) + self.set_single_loop(1) + def init_optparse(self, parser=None): p = skytools.DBScript.init_optparse(self, parser) p.set_usage(command_usage.strip()) |