aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-04-29 22:28:19 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-04-29 22:28:19 +0000
commit857661ba2eeb7ccde7dfc11659cb4c67748cb980 (patch)
tree56fde46c7b7b7ba3db020f75ded35299a31bd270 /doc/src
parentccfaf9067dfd0fa53f0c4c1245a76d310080a45c (diff)
downloadpostgresql-857661ba2eeb7ccde7dfc11659cb4c67748cb980.tar.gz
postgresql-857661ba2eeb7ccde7dfc11659cb4c67748cb980.zip
Enforce EXECUTE privilege for aggregate functions.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/grant.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index 13e19042f50..1697f91929a 100644
--- a/doc/src/sgml/ref/grant.sgml
+++ b/doc/src/sgml/ref/grant.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.23 2002/04/22 19:17:40 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.24 2002/04/29 22:28:19 tgl Exp $
PostgreSQL documentation
-->
@@ -182,6 +182,7 @@ GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }
Allows the use of the specified function and the use of any
operators that are implemented on top of the function. This is
the only type of privilege that is applicable to functions.
+ (This syntax works for aggregate functions, as well.)
</para>
</listitem>
</varlistentry>