From 103ef2021110e66c2b3b87af4b0a901683b0275e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 10 Sep 2015 21:22:21 -0400 Subject: doc: Spell checking --- doc/src/sgml/ref/create_function.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/sgml/ref/create_function.sgml') 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 and . -- cgit v1.2.3