Skip to content

Commit a2d1725

Browse files
committed
Adjust psql doc
1 parent d1d7cb7 commit a2d1725

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/psql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Type "help" for help.
2121
app=#
2222
```
2323

24-
> 🗒️ **By default, `bin/postgres` opens a `psql` shell.** You can still run
25-
> other commands (e.g., bin/postgres bash) if needed.
24+
> 🗒️ By default, `bin/postgres` opens a `psql` shell. You can also run other
25+
> commands in the container like `bin/postgres bash` if needed, or psql
26+
> explicitly with `bin/postgres psql`.
2627
2728
## 🔹 Run Inline SQL Commands
2829

0 commit comments

Comments
 (0)