equal
deleted
inserted
replaced
7 Unlike that, this program skips pg_catalog etc. |
7 Unlike that, this program skips pg_catalog etc. |
8 |
8 |
9 """ |
9 """ |
10 |
10 |
11 from pgtoolkit import pgbrowser, toolbase |
11 from pgtoolkit import pgbrowser, toolbase |
12 from pgtoolkit.highlight import highlight |
|
13 |
12 |
14 |
13 |
15 class AnalyzeAllTool(toolbase.SimpleTool): |
14 class AnalyzeAllTool(toolbase.SimpleTool): |
16 def __init__(self): |
15 def __init__(self): |
17 toolbase.SimpleTool.__init__(self, name='analyzeall', desc='Analyze all tables.') |
16 toolbase.SimpleTool.__init__(self, name='analyzeall', desc='Analyze all tables.') |