aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml3
-rw-r--r--doc/src/sgml/ddl.sgml3
-rw-r--r--doc/src/sgml/ref/create_function.sgml2
3 files changed, 3 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 19f513eca31..175d1d5ebf4 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4778,8 +4778,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<varlistentry id="guc-search-path" xreflabel="search_path">
<term><varname>search_path</varname> (<type>string</type>)</term>
<indexterm>
- <primary><varname>search_path</></primary>
- <secondary>configuration parameter</secondary>
+ <primary><varname>search_path</> configuration parameter</primary>
</indexterm>
<indexterm><primary>path</><secondary>for schemas</></>
<listitem>
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index f869b50ab2e..207de9b1259 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -1735,8 +1735,7 @@ CREATE TABLE public.products ( ... );
</para>
<indexterm>
- <primary><varname>search_path</varname></primary>
- <secondary>configuration parameter</secondary>
+ <primary><varname>search_path</varname> configuration parameter</primary>
</indexterm>
<para>
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index 1f6c134664c..48160b255e3 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -674,7 +674,7 @@ SELECT * FROM dup(42);
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
<indexterm>
- <primary><varname>search_path</varname></>
+ <primary><varname>search_path</varname> configuration parameter</>
<secondary>use in securing functions</>
</indexterm>