Skip to content

Commit 5f10488

Browse files
committed
Doc: minor cleanups.
Improve a couple of things I noticed while working on v15 release notes.
1 parent d811ce6 commit 5f10488

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

doc/src/sgml/config.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10838,9 +10838,10 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
1083810838
will accept a setting for any two-part parameter name. Such variables
1083910839
are treated as placeholders and have no function until the module that
1084010840
defines them is loaded. When an extension module is loaded, it will add
10841-
its variable definitions, convert any placeholder values according to
10842-
those definitions, and issue warnings for any unrecognized placeholders
10843-
that begin with its extension name.
10841+
its variable definitions and convert any placeholder values according to
10842+
those definitions. If there are any unrecognized placeholders
10843+
that begin with its extension name, warnings are issued and those
10844+
placeholders are removed.
1084410845
</para>
1084510846
</sect1>
1084610847

doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,11 +768,13 @@ psql --username=postgres --file=script.sql postgres
768768

769769
<para>
770770
<application>pg_upgrade</application> creates various working files, such
771-
as schema dumps, stored within <literal>pg_upgrade_output.d</literal> in
771+
as schema dumps, stored within <filename>pg_upgrade_output.d</filename> in
772772
the directory of the new cluster. Each run creates a new subdirectory named
773773
with a timestamp formatted as per ISO 8601
774-
(<literal>%Y%m%dT%H%M%S</literal>), where all the generated files are
774+
(<literal>%Y%m%dT%H%M%S</literal>), where all its generated files are
775775
stored.
776+
<filename>pg_upgrade_output.d</filename> and all its contained files may be
777+
removed once the upgrade is successfully completed.
776778
</para>
777779

778780
<para>

0 commit comments

Comments
 (0)