analyzeall.py
changeset 83 515fadd3d286
parent 52 26121a8fe78b
child 88 b8b2d28a7f35
equal deleted inserted replaced
82:7b82dc1fb6f5 83:515fadd3d286
     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.')