summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-05-12 08:32:12 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-05-12 08:32:12 -0400
commit122b99478a7baa3a8deb03938ea5ae15a1ad7584 (patch)
tree75b5adb0c752817932c6b02f87d4d67895981014 /doc/src/sgml/ref/create_function.sgml
parent8a13d5e6d1bb9ff9460c72992657077e57e30c32 (diff)
doc: Small wording change for clarity
From: Martín Marqués <martin@2ndquadrant.com>
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 fcf2953da7d..097e2bd0f0b 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -753,7 +753,7 @@ SELECT * FROM dup(42);
malicious users from creating objects that mask objects used by the
function. Particularly important in this regard is the
temporary-table schema, which is searched first by default, and
- is normally writable by anyone. A secure arrangement can be had
+ is normally writable by anyone. A secure arrangement can be obtained
by forcing the temporary schema to be searched last. To do this,
write <literal>pg_temp</><indexterm><primary>pg_temp</><secondary>securing functions</></> as the last entry in <varname>search_path</>.
This function illustrates safe usage: