File tree 3 files changed +11
-1
lines changed
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 ( ... );
1735
1735
</para>
1736
1736
1737
1737
<indexterm>
1738
- <primary>search_path</primary>
1738
+ <primary><varname> search_path</varname> configuration parameter </primary>
1739
1739
</indexterm>
1740
1740
1741
1741
<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);
13507
13507
</programlisting>
13508
13508
</para>
13509
13509
13510
+ <indexterm>
13511
+ <primary>search path</primary>
13512
+ <secondary>object visibility</secondary>
13513
+ </indexterm>
13514
+
13510
13515
<table id="functions-info-schema-table">
13511
13516
<title>Schema Visibility Inquiry Functions</title>
13512
13517
<tgroup cols="3">
Original file line number Diff line number Diff line change @@ -673,6 +673,11 @@ SELECT * FROM dup(42);
673
673
<refsect1 id="sql-createfunction-security">
674
674
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
675
675
676
+ <indexterm>
677
+ <primary><varname>search_path</varname> configuration parameter</>
678
+ <secondary>use in securing functions</>
679
+ </indexterm>
680
+
676
681
<para>
677
682
Because a <literal>SECURITY DEFINER</literal> function is executed
678
683
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