1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

doc: Fix some typos and grammar

This is a first batch of the fixes, for the most obvious fixes.  A
little bit more is under discussion.

Author: Thom Brown, Justin Pryzby
Discussion: https://postgr.es/m/CAA-aLv7xCZ0nBJa-NWe0rxBB28TjFjS2JtjiZMoQ+0wsugG+hQ@mail.gmail.com
This commit is contained in:
Michael Paquier
2023-04-12 13:03:09 +09:00
parent a923e21631
commit 644b848f50
12 changed files with 21 additions and 22 deletions

View File

@@ -2903,17 +2903,16 @@ lo_import 152801
<para>
<literal>full</literal>: the expanded header is not truncated,
and will be as wide as the widest output
line.
and will be as wide as the widest output line.
</para>
<para>
<literal>column</literal>: truncate the header line at the
<literal>column</literal>: truncate the header line to the
width of the first column.
</para>
<para>
<literal>page</literal>: truncate the header line at the terminal
<literal>page</literal>: truncate the header line to the terminal
width.
</para>