Skip to content

Commit a301eb9

Browse files
committed
doc: Improve search_path mentions in index
Karl O. Pinc
1 parent abfd192 commit a301eb9

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

doc/src/sgml/ddl.sgml

+1-1
Original file line numberDiff line numberDiff 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>

doc/src/sgml/func.sgml

+5
Original file line numberDiff line numberDiff 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">

doc/src/sgml/ref/create_function.sgml

+5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)