We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ead2d commit ac007c4Copy full SHA for ac007c4
1 file changed
README.md
@@ -15,7 +15,7 @@ Bloat estimation, index health, lock trees, vacuum monitoring, query analysis, c
15
```bash
16
git clone https://github.com/NikolayS/postgres_dba.git
17
cd postgres_dba
18
-echo "\\set dba '\\\\i $(pwd)/start.psql'" >> ~/.psqlrc
+bash -c "echo \"\\set dba '\\\\\\\\i $(pwd)/start.psql'\" >> ~/.psqlrc"
19
```
20
21
Connect to any Postgres server via psql and type `:dba`.
0 commit comments