PostgreSQL 9.1, pgadmin III, Ubuntu 12.04 LTS, support functions
        Posted  
        
            by 
                Chaz SLiger
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by Chaz SLiger
        
        
        
        Published on 2012-10-15T21:16:56Z
        Indexed on 
            2012/10/15
            21:49 UTC
        
        
        Read the original article
        Hit count: 380
        
12.04
|postgresql
When pgAdmin III is used to open a PostgreSQL database the following message appears. There does not seem to be any obvious package listed in the Ubuntu Software Center for this.
The server lacks instrumentation functions.
pgadmin III uses some support functions that are not available by default in all PostgreSQL versions. These enable some tasks that make life easier when dealing with log files and configuration files.
The adminpack is installed and activated by default if you are running the one-click installer of PostgreSQL. On Unix, you may have to install the contrib package, either with your package installer tool or by compilation.
© Ask Ubuntu or respective owner