postgres.rst
changeset 2303 23c1b1aa375e
parent 2300 e538e158c38b
child 2305 2d52dea2eee3
equal deleted inserted replaced
2302:f47dd29b4e06 2303:23c1b1aa375e
    32 
    32 
    33 ..
    33 ..
    34 
    34 
    35 https://wiki.debian.org/PostgreSql
    35 https://wiki.debian.org/PostgreSql
    36   Debian wiki instructions.
    36   Debian wiki instructions.
       
    37 
       
    38 Check locations
       
    39 ===============
       
    40 ::
       
    41 
       
    42   SHOW hba_file;
       
    43   SHOW config_file;
    37 
    44 
    38 List databases, schemas and tables
    45 List databases, schemas and tables
    39 ==================================
    46 ==================================
    40 
    47 
    41 Default database is ``postgres``.
    48 Default database is ``postgres``.