Class representing PostgreSQL configuration.
  The PostgreSQL configuration information is used for backing up 
  PostgreSQL databases.
  
    |  | 
        
          | __init__(self,
        user=None,
        compressMode=None,
        all=None,
        databases=None) Constructor for the
 PostgresqlConfigclass. | source code |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | _setUser(self,
        value) Property target used to set the user value.
 | source code |  | 
    |  | 
        
          | _getUser(self) Property target used to get the user value.
 | source code |  | 
    |  |  | 
    |  | 
        
          | _getCompressMode(self) Property target used to get the compress mode.
 | source code |  | 
    |  |  | 
    |  | 
        
          | _getAll(self) Property target used to get the 'all' flag.
 | source code |  | 
    |  |  | 
    |  | 
        
          | _getDatabases(self) Property target used to get the databases list.
 | source code |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__setattr__,__sizeof__,__subclasshook__ |