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 d1d7cb7 commit a2d1725Copy full SHA for a2d1725
docs/psql.md
@@ -21,8 +21,9 @@ Type "help" for help.
21
app=#
22
```
23
24
-> 🗒️ **By default, `bin/postgres` opens a `psql` shell.** You can still run
25
-> other commands (e.g., bin/postgres bash) if needed.
+> 🗒️ By default, `bin/postgres` opens a `psql` shell. You can also run other
+> commands in the container like `bin/postgres bash` if needed, or psql
26
+> explicitly with `bin/postgres psql`.
27
28
## 🔹 Run Inline SQL Commands
29
0 commit comments