File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.51 2006/01/21 02:16:18 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.52 2006/02/14 03:32:14 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -375,6 +375,13 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
375
375
specific role you want to do the <command>GRANT</> as.
376
376
</para>
377
377
378
+ <para>
379
+ Granting permission on a table does not automatically extend
380
+ permissions to any sequences used by the table, including
381
+ sequences tied to <type>SERIAL</> columns. Permissions on
382
+ sequence must be set separately.
383
+ </para>
384
+
378
385
<para>
379
386
Currently, <productname>PostgreSQL</productname> does not support
380
387
granting or revoking privileges for individual columns of a table.
You can’t perform that action at this time.
0 commit comments