File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10838,9 +10838,10 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
10838
10838
will accept a setting for any two-part parameter name. Such variables
10839
10839
are treated as placeholders and have no function until the module that
10840
10840
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.
10844
10845
</para>
10845
10846
</sect1>
10846
10847
Original file line number Diff line number Diff line change @@ -768,11 +768,13 @@ psql --username=postgres --file=script.sql postgres
768
768
769
769
<para>
770
770
<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
772
772
the directory of the new cluster. Each run creates a new subdirectory named
773
773
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
775
775
stored.
776
+ <filename>pg_upgrade_output.d</filename> and all its contained files may be
777
+ removed once the upgrade is successfully completed.
776
778
</para>
777
779
778
780
<para>
You can’t perform that action at this time.
0 commit comments