Commit 1981fb73 authored by Robert Haas's avatar Robert Haas

Remove mention of using "man" from the tutorial.

This isn't applicable on Windows, and the internal link to the
psql documentation should be more than sufficient.

Susanne Ebrecht
parent 38b27792
...@@ -403,11 +403,8 @@ mydb=# ...@@ -403,11 +403,8 @@ mydb=#
command shell. (For more internal commands, type command shell. (For more internal commands, type
<literal>\?</literal> at the <command>psql</command> prompt.) The <literal>\?</literal> at the <command>psql</command> prompt.) The
full capabilities of <command>psql</command> are documented in full capabilities of <command>psql</command> are documented in
<xref linkend="app-psql">. If <productname>PostgreSQL</> is <xref linkend="app-psql">. In this tutorial we will not use these
installed correctly you can also type <literal>man psql</literal> features explicitly, but you can use them yourself when it is helpful.
at the operating system shell prompt to see the documentation. In
this tutorial we will not use these features explicitly, but you
can use them yourself when it is helpful.
</para> </para>
</sect1> </sect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment