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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user