Changes between Version 1 and Version 2 of Ticket #32292
- Timestamp:
- Dec 21, 2020, 1:45:19 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32292 – Description
v1 v2 3 3 Server, database, username, etc information is stored by default in `~/.pg_service.confg` and takes a very similar format to MySQL cnf files: 4 4 5 ``` 5 {{{#!python 6 6 [my_alias] 7 7 host=10.0.19.10 … … 9 9 dbname=postgres 10 10 port=5432 11 ``` 11 }}} 12 12 13 13 And password can be stored in `~/.pgpass` under a different format.