mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 00:02:00 -04:00
Document security implications of check_function_bodies.
Back-patch to 8.4 (all supported versions).
This commit is contained in:
parent
823b9dc256
commit
09e2d4c145
@ -3967,9 +3967,11 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
|
|||||||
This parameter is normally on. When set to <literal>off</>, it
|
This parameter is normally on. When set to <literal>off</>, it
|
||||||
disables validation of the function body string during <xref
|
disables validation of the function body string during <xref
|
||||||
linkend="sql-createfunction"
|
linkend="sql-createfunction"
|
||||||
endterm="sql-createfunction-title">. Disabling validation is
|
endterm="sql-createfunction-title">. Disabling validation avoids side
|
||||||
occasionally useful to avoid problems such as forward references
|
effects of the validation process and avoids false positives due
|
||||||
when restoring function definitions from a dump.
|
to problems such as forward references. Set this parameter
|
||||||
|
to <literal>off</> before loading functions on behalf of other
|
||||||
|
users; <application>pg_dump</> does so automatically.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user