Changes between Version 1 and Version 2 of Ticket #32292


Ignore:
Timestamp:
Dec 21, 2020, 1:45:19 PM (3 years ago)
Author:
levihb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32292 – Description

    v1 v2  
    33Server, database, username, etc information is stored by default in `~/.pg_service.confg` and takes a very similar format to MySQL cnf files:
    44
    5 ```
     5{{{#!python
    66[my_alias]
    77host=10.0.19.10
     
    99dbname=postgres
    1010port=5432
    11 ```
     11}}}
    1212
    1313And password can be stored in `~/.pgpass` under a different format.
Back to Top