File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -671,8 +671,9 @@ <h2 id="open-a-psql-shell">📟 Open a psql Shell</h2>
671671app=#
672672</ code > </ pre > </ div >
673673< blockquote >
674- < p > 🗒️ < strong > By default, < code > bin/postgres</ code > opens a < code > psql</ code > shell.</ strong > You can still run
675- other commands (e.g., bin/postgres bash) if needed.</ p >
674+ < p > 🗒️ By default, < code > bin/postgres</ code > opens a < code > psql</ code > shell. You can also run other
675+ commands in the container like < code > bin/postgres bash</ code > if needed, or psql
676+ explicitly with < code > bin/postgres psql</ code > .</ p >
676677</ blockquote >
677678< h2 id ="run-inline-sql-commands "> 🔹 Run Inline SQL Commands</ h2 >
678679< p > You can also run SQL directly without opening an interactive shell:</ p >
You can’t perform that action at this time.
0 commit comments