Commit 7c83619b authored by Bruce Momjian's avatar Bruce Momjian

doc: revert 80c20fcf and

0e93959a

Revert patch that modified doc index mentions of search_path

Per Peter E.
parent 08be00fa
...@@ -4778,8 +4778,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -4778,8 +4778,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<varlistentry id="guc-search-path" xreflabel="search_path"> <varlistentry id="guc-search-path" xreflabel="search_path">
<term><varname>search_path</varname> (<type>string</type>)</term> <term><varname>search_path</varname> (<type>string</type>)</term>
<indexterm> <indexterm>
<primary><varname>search_path</></primary> <primary><varname>search_path</> configuration parameter</primary>
<secondary>configuration parameter</secondary>
</indexterm> </indexterm>
<indexterm><primary>path</><secondary>for schemas</></> <indexterm><primary>path</><secondary>for schemas</></>
<listitem> <listitem>
......
...@@ -1735,8 +1735,7 @@ CREATE TABLE public.products ( ... ); ...@@ -1735,8 +1735,7 @@ CREATE TABLE public.products ( ... );
</para> </para>
<indexterm> <indexterm>
<primary><varname>search_path</varname></primary> <primary><varname>search_path</varname> configuration parameter</primary>
<secondary>configuration parameter</secondary>
</indexterm> </indexterm>
<para> <para>
......
...@@ -674,7 +674,7 @@ SELECT * FROM dup(42); ...@@ -674,7 +674,7 @@ SELECT * FROM dup(42);
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title> <title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
<indexterm> <indexterm>
<primary><varname>search_path</varname></> <primary><varname>search_path</varname> configuration parameter</>
<secondary>use in securing functions</> <secondary>use in securing functions</>
</indexterm> </indexterm>
......
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