From 3ef5b2df9738fd0795c1ffcaada93c3c5df7cd49 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 6 May 2011 21:18:18 -0400 Subject: [PATCH] Fix typos in SECURITY LABEL documentation. KaiGai Kohei --- doc/src/sgml/ref/security_label.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml index 40ce3317b9..8a01b940de 100644 --- a/doc/src/sgml/ref/security_label.sgml +++ b/doc/src/sgml/ref/security_label.sgml @@ -82,7 +82,7 @@ SECURITY LABEL [ FOR provider ] ON function_name - The name of the object to be commented. Names of tables, + The name of the object to be labeled. Names of tables, aggregates, domains, foreign tables, functions, sequences, types, and views can be schema-qualified. @@ -120,8 +120,8 @@ SECURITY LABEL [ FOR provider ] ON The mode of a function argument: IN, OUT, INOUT, or VARIADIC. If omitted, the default is IN. - Note that COMMENT ON FUNCTION does not actually pay - any attention to OUT arguments, since only the input + Note that SECURITY LABEL ON FUNCTION does not actually + pay any attention to OUT arguments, since only the input arguments are needed to determine the function's identity. So it is sufficient to list the IN, INOUT, and VARIADIC arguments. @@ -135,8 +135,8 @@ SECURITY LABEL [ FOR provider ] ON The name of a function argument. - Note that COMMENT ON FUNCTION does not actually pay - any attention to argument names, since only the argument data + Note that SECURITY LABEL ON FUNCTION does not actually + pay any attention to argument names, since only the argument data types are needed to determine the function's identity. -- 2.40.0