Commit a301eb99 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Improve search_path mentions in index

Karl O. Pinc
parent abfd192b
......@@ -1735,7 +1735,7 @@ CREATE TABLE public.products ( ... );
</para>
<indexterm>
<primary>search_path</primary>
<primary><varname>search_path</varname> configuration parameter</primary>
</indexterm>
<para>
......
......@@ -13507,6 +13507,11 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
</programlisting>
</para>
<indexterm>
<primary>search path</primary>
<secondary>object visibility</secondary>
</indexterm>
<table id="functions-info-schema-table">
<title>Schema Visibility Inquiry Functions</title>
<tgroup cols="3">
......
......@@ -673,6 +673,11 @@ SELECT * FROM dup(42);
<refsect1 id="sql-createfunction-security">
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
<indexterm>
<primary><varname>search_path</varname> configuration parameter</>
<secondary>use in securing functions</>
</indexterm>
<para>
Because a <literal>SECURITY DEFINER</literal> function is executed
with the privileges of the user that created it, care is needed to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment