aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-01-25 12:48:51 -0500
committerBruce Momjian <bruce@momjian.us>2013-01-25 12:49:29 -0500
commit80c20fcf3df17309b3c131962045825f42e45bc7 (patch)
tree62d9ffe36817d394154122cd3d36728db2c54898 /doc/src/sgml/ref/create_function.sgml
parenta37e83c0a99ecf50c64baffc6c88c3d805d6e822 (diff)
downloadpostgresql-80c20fcf3df17309b3c131962045825f42e45bc7.tar.gz
postgresql-80c20fcf3df17309b3c131962045825f42e45bc7.zip
doc: split search_path index entries into separate secondaries
Karl O. Pinc
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 48160b255e3..1f6c134664c 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> configuration parameter</>
+ <primary><varname>search_path</varname></>
<secondary>use in securing functions</>
</indexterm>