File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10831,9 +10831,10 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
10831
10831
will accept a setting for any two-part parameter name. Such variables
10832
10832
are treated as placeholders and have no function until the module that
10833
10833
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.
10837
10838
</para>
10838
10839
</sect1>
10839
10840
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