postgres.rst
changeset 2319 3d50794717d5
parent 2305 2d52dea2eee3
child 2326 1b3ff9b88a12
equal deleted inserted replaced
2318:2463c53f0d9e 2319:3d50794717d5
    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 
    37 
       
    38 Check version
       
    39 =============
       
    40 
       
    41 By SQL query::
       
    42 
       
    43   SELECT version();
       
    44   SHOW server_version;
       
    45   SHOW server_version_num;
       
    46 
       
    47 From executable::
       
    48 
       
    49   $ postgres -V
       
    50 
    38 Check locations
    51 Check locations
    39 ===============
    52 ===============
    40 ::
    53 ::
    41 
    54 
    42   SHOW hba_file;
    55   SHOW hba_file;