diff options
-rw-r--r-- | doc/src/sgml/extend.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index 4915c1985e0..065bc49c973 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -1344,8 +1344,8 @@ SELECT * FROM pg_extension_update_paths('<replaceable>extension_name</replaceabl secure <varname>search_path</varname>; do <emphasis>not</emphasis> trust the path provided by <command>CREATE/ALTER EXTENSION</command> to be secure. Best practice is to temporarily - set <varname>search_path</varname> to <literal>'pg_catalog, - pg_temp'</literal> and insert references to the extension's + set <varname>search_path</varname> to <literal>pg_catalog, + pg_temp</literal> and insert references to the extension's installation schema explicitly where needed. (This practice might also be helpful for creating views.) Examples can be found in the <filename>contrib</filename> modules in |