@@ -8415,10 +8415,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8415
8415
<listitem>
8416
8416
<para>
8417
8417
This parameter is normally on. When set to <literal>off</literal>, it
8418
- disables validation of the function body string during <xref
8419
- linkend="sql-createfunction"/>. Disabling validation avoids side
8420
- effects of the validation process and avoids false positives due
8421
- to problems such as forward references. Set this parameter
8418
+ disables validation of the routine body string during <xref
8419
+ linkend="sql-createfunction"/> and <xref
8420
+ linkend="sql-createprocedure"/>. Disabling validation avoids side
8421
+ effects of the validation process, in particular preventing false
8422
+ positives due to problems such as forward references.
8423
+ Set this parameter
8422
8424
to <literal>off</literal> before loading functions on behalf of other
8423
8425
users; <application>pg_dump</application> does so automatically.
8424
8426
</para>
@@ -9954,7 +9956,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
9954
9956
When set to <literal>on</literal>, which is the default,
9955
9957
<productname>PostgreSQL</productname> will automatically remove
9956
9958
temporary files after a backend crash. If disabled, the files will be
9957
- retained and may be used for debugging, for example. Repeated crashes
9959
+ retained and may be used for debugging, for example. Repeated crashes
9958
9960
may however result in accumulation of useless files.
9959
9961
</para>
9960
9962
</listitem>
0 commit comments