summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-09-10 21:22:21 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-09-10 21:35:06 -0400
commit103ef2021110e66c2b3b87af4b0a901683b0275e (patch)
treec885f81315becfcef36966088223d96c3b638a9f /doc/src/sgml/ref/create_function.sgml
parent87efbc2be12b07c77b7fa2d54d029329f56d6677 (diff)
doc: Spell checking
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 cc2098c4420..bd11d2bc289 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -359,7 +359,7 @@ CREATE [ OR REPLACE ] FUNCTION
prevent the inadvertent exposure of data. Functions and operators
marked as leakproof are assumed to be trustworthy, and may be executed
before conditions from security policies and security barrier views.
- In addtion, functions which do not take arguments or which are not
+ In addition, functions which do not take arguments or which are not
passed any arguments from the security barrier view or table do not have
to be marked as leakproof to be executed before security conditions. See
<xref linkend="sql-createview"> and <xref linkend="rules-privileges">.