Skip to content

Commit cea5aa9

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

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
@@ -10831,9 +10831,10 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
1083110831
will accept a setting for any two-part parameter name. Such variables
1083210832
are treated as placeholders and have no function until the module that
1083310833
defines them is loaded. When an extension module is loaded, it will add
10834-
its variable definitions, convert any placeholder values according to
10835-
those definitions, and issue warnings for any unrecognized placeholders
10836-
that begin with its extension name.
10834+
its variable definitions and convert any placeholder values according to
10835+
those definitions. If there are any unrecognized placeholders
10836+
that begin with its extension name, warnings are issued and those
10837+
placeholders are removed.
1083710838
</para>
1083810839
</sect1>
1083910840

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)