Skip to content

Commit 5a1e051

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 0968455 commit 5a1e051

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

superstack/psql/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,9 @@ <h2 id="open-a-psql-shell">📟 Open a psql Shell</h2>
671671
app=#
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>

0 commit comments

Comments
 (0)