File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3967,9 +3967,11 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
3967
3967
This parameter is normally on. When set to <literal>off</>, it
3968
3968
disables validation of the function body string during <xref
3969
3969
linkend="sql-createfunction"
3970
- endterm="sql-createfunction-title">. Disabling validation is
3971
- occasionally useful to avoid problems such as forward references
3972
- when restoring function definitions from a dump.
3970
+ endterm="sql-createfunction-title">. Disabling validation avoids side
3971
+ effects of the validation process and avoids false positives due
3972
+ to problems such as forward references. Set this parameter
3973
+ to <literal>off</> before loading functions on behalf of other
3974
+ users; <application>pg_dump</> does so automatically.
3973
3975
</para>
3974
3976
</listitem>
3975
3977
</varlistentry>
You can’t perform that action at this time.
0 commit comments