We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc4917 commit 9b5762bCopy full SHA for 9b5762b
README.md
@@ -41,7 +41,7 @@ The installation is trivial. Clone the repository and put "dba" alias to your `.
41
```bash
42
git clone https://github.com/NikolayS/postgres_dba.git
43
cd postgres_dba
44
-printf "%s %s %s %s\n" \\echo 🧐 🐘 'postgres_dba 6.0 installed. Use ":dba" to see menu'
+printf "%s %s %s %s\n" \\echo 🧐 🐘 'postgres_dba 6.0 installed. Use ":dba" to see menu' >> ~/.psqlrc
45
printf "%s %s %s %s\n" \\set dba \'\\\\i $(pwd)/start.psql\' >> ~/.psqlrc
46
```
47
0 commit comments