]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/postgresql.json
Flake cleanup and make usable in a system configuration (#316)
[xdg-ninja.git] / programs / postgresql.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.pg_service.conf",
5 "movable": true,
6 "help": "Export the following environment variables:\n\n```bash\nexport PGSERVICEFILE=\"$XDG_CONFIG_HOME/pg/pg_service.conf\"\n```\n"
7 },
8 {
9 "path": "$HOME/.pgpass",
10 "movable": true,
11 "help": "Export the following environment variables:\n\n```bash\nexport PGPASSFILE=\"$XDG_CONFIG_HOME/pg/pgpass\"\n```\n"
12 },
13 {
14 "path": "$HOME/.psql_history",
15 "movable": true,
16 "help": "Export the following environment variables:\n\n```bash\nexport PSQL_HISTORY=\"$XDG_DATA_HOME/psql_history\"\n```\n"
17 },
18 {
19 "path": "$HOME/.psqlrc",
20 "movable": true,
21 "help": "Export the following environment variables:\n\n```bash\nexport PSQLRC=\"$XDG_CONFIG_HOME/pg/psqlrc\"\n```\n"
22 }
23 ],
24 "name": "postgresql"
25 }