doc: Improve search_path mentions in index

Karl O. Pinc
pull/3/head
Peter Eisentraut 13 years ago
parent abfd192b1b
commit a301eb99c9
  1. 2
      doc/src/sgml/ddl.sgml
  2. 5
      doc/src/sgml/func.sgml
  3. 5
      doc/src/sgml/ref/create_function.sgml

@ -1735,7 +1735,7 @@ CREATE TABLE public.products ( ... );
</para> </para>
<indexterm> <indexterm>
<primary>search_path</primary> <primary><varname>search_path</varname> configuration parameter</primary>
</indexterm> </indexterm>
<para> <para>

@ -13507,6 +13507,11 @@ SELECT relname FROM pg_class WHERE pg_table_is_visible(oid);
</programlisting> </programlisting>
</para> </para>
<indexterm>
<primary>search path</primary>
<secondary>object visibility</secondary>
</indexterm>
<table id="functions-info-schema-table"> <table id="functions-info-schema-table">
<title>Schema Visibility Inquiry Functions</title> <title>Schema Visibility Inquiry Functions</title>
<tgroup cols="3"> <tgroup cols="3">

@ -673,6 +673,11 @@ SELECT * FROM dup(42);
<refsect1 id="sql-createfunction-security"> <refsect1 id="sql-createfunction-security">
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title> <title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
<indexterm>
<primary><varname>search_path</varname> configuration parameter</>
<secondary>use in securing functions</>
</indexterm>
<para> <para>
Because a <literal>SECURITY DEFINER</literal> function is executed Because a <literal>SECURITY DEFINER</literal> function is executed
with the privileges of the user that created it, care is needed to with the privileges of the user that created it, care is needed to

Loading…
Cancel
Save