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.
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.
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.