File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1735,7 +1735,7 @@ CREATE TABLE public.products ( ... );
17351735 </para>
17361736
17371737 <indexterm>
1738- <primary>search_path</primary>
1738+ <primary><varname> search_path</varname> configuration parameter </primary>
17391739 </indexterm>
17401740
17411741 <para>
Original file line number Diff line number Diff line change @@ -13507,6 +13507,11 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
1350713507</programlisting>
1350813508 </para>
1350913509
13510+ <indexterm>
13511+ <primary>search path</primary>
13512+ <secondary>object visibility</secondary>
13513+ </indexterm>
13514+
1351013515 <table id="functions-info-schema-table">
1351113516 <title>Schema Visibility Inquiry Functions</title>
1351213517 <tgroup cols="3">
Original file line number Diff line number Diff line change @@ -673,6 +673,11 @@ SELECT * FROM dup(42);
673673 <refsect1 id="sql-createfunction-security">
674674 <title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
675675
676+ <indexterm>
677+ <primary><varname>search_path</varname> configuration parameter</>
678+ <secondary>use in securing functions</>
679+ </indexterm>
680+
676681 <para>
677682 Because a <literal>SECURITY DEFINER</literal> function is executed
678683 with the privileges of the user that created it, care is needed to
You can’t perform that action at this time.
0 commit comments