diff options
author | Marko Kreen | 2009-11-03 12:26:19 +0000 |
---|---|---|
committer | Marko Kreen | 2009-11-03 12:43:44 +0000 |
commit | c9de6870b604e6aa99c42ef1ba12bc4b06c64a31 (patch) | |
tree | 2172028d318fa73f5d1647365153bb661b225318 /python/pgqadm.py | |
parent | 5c4ab947babf423aa83150f7eaaf5aec53a11a0b (diff) |
fix pgq brokenness related to recent commits
- get_batch_cursor()
- loop_delay
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()) |