summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-01-25 21:01:17 -0500
committerBruce Momjian <bruce@momjian.us>2013-01-25 21:01:17 -0500
commit7c83619b50c8f8a6d75105636e3ca63a9d2eb7a9 (patch)
tree4767b51d93cea4db248b794dd4f02f4b61d519f5 /doc/src/sgml/ref/create_function.sgml
parent08be00fabebfa5efb843c9464d994891d80121f5 (diff)
doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and
0e93959a70ac6e7c7858d1d6fb00645e7540a1cc Revert patch that modified doc index mentions of search_path Per Peter E.
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r--doc/src/sgml/ref/create_function.sgml2
1 files changed, 1 insertions, 1 deletions
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>