~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/ref/security_label.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mto: (6.1.1 sid) (10.1.1 oneiric-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20110614095329-71gfhjywyp2c27au
Tags: upstream-9.1~beta2
ImportĀ upstreamĀ versionĀ 9.1~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    <term><replaceable class="parameter">function_name</replaceable></term>
83
83
    <listitem>
84
84
     <para>
85
 
      The name of the object to be commented.  Names of tables,
 
85
      The name of the object to be labeled.  Names of tables,
86
86
      aggregates, domains, foreign tables, functions, sequences, types, and
87
87
      views can be schema-qualified.
88
88
     </para>
120
120
      The mode of a function argument: <literal>IN</>, <literal>OUT</>,
121
121
      <literal>INOUT</>, or <literal>VARIADIC</>.
122
122
      If omitted, the default is <literal>IN</>.
123
 
      Note that <command>COMMENT ON FUNCTION</command> does not actually pay
124
 
      any attention to <literal>OUT</> arguments, since only the input
 
123
      Note that <command>SECURITY LABEL ON FUNCTION</command> does not actually
 
124
      pay any attention to <literal>OUT</> arguments, since only the input
125
125
      arguments are needed to determine the function's identity.
126
126
      So it is sufficient to list the <literal>IN</>, <literal>INOUT</>,
127
127
      and <literal>VARIADIC</> arguments.
135
135
    <listitem>
136
136
     <para>
137
137
      The name of a function argument.
138
 
      Note that <command>COMMENT ON FUNCTION</command> does not actually pay
139
 
      any attention to argument names, since only the argument data
 
138
      Note that <command>SECURITY LABEL ON FUNCTION</command> does not actually
 
139
      pay any attention to argument names, since only the argument data
140
140
      types are needed to determine the function's identity.
141
141
     </para>
142
142
    </listitem>