diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/extend.sgml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index 7009e73cd58..c9d36c43fbb 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -1109,17 +1109,6 @@ SELECT * FROM pg_extension_update_paths('<replaceable>extension_name</replaceabl <varname>search_path</varname>. However, no mechanism currently exists to require that. </para> - - <para> - Do <emphasis>not</emphasis> use <command>CREATE OR REPLACE - FUNCTION</command>, except in an update script that must change the - definition of a function that is known to be an extension member - already. (Likewise for other <literal>OR REPLACE</literal> options.) - Using <literal>OR REPLACE</literal> unnecessarily not only has a risk - of accidentally overwriting someone else's function, but it creates a - security hazard since the overwritten function would still be owned by - its original owner, who could modify it. - </para> </sect3> </sect2> |