doc_tutorial_remove_sentence_about_man_page.patch
text/x-patch
Filename: doc_tutorial_remove_sentence_about_man_page.patch
Type: text/x-patch
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/start.sgml | 1 | 5 |
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 4275bf8..0bfc25e 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -403,11 +403,7 @@ mydb=#
command shell. (For more internal commands, type
<literal>\?</literal> at the <command>psql</command> prompt.) The
full capabilities of <command>psql</command> are documented in
- <xref linkend="app-psql">. If <productname>PostgreSQL</> is
- installed correctly you can also type <literal>man psql</literal>
- 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.
+ <xref linkend="app-psql">.
</para>
</sect1>