aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-08-03 16:45:08 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-08-03 16:45:08 -0400
commita3958178935a0258a1850a9f4ac710fbaaa3344f (patch)
treee10b6fe95aa8bcab85170f30a70114ad9bf43e52
parentd25c48d0c9f09355eaee4bb8f2c21c354ac47358 (diff)
downloadpostgresql-a3958178935a0258a1850a9f4ac710fbaaa3344f.tar.gz
postgresql-a3958178935a0258a1850a9f4ac710fbaaa3344f.zip
Add 'n' to list of possible values to pg_default_acl.defaclobjtype
This was missed in commit ab89e465cb20; backpatch to v10. Author: Fabien Coelho <coelho@cri.ensmp.fr> Discussion: https://postgr.es/m/alpine.DEB.2.21.1807302243001.13230@lancre
-rw-r--r--doc/src/sgml/catalogs.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index fffb79f713f..3bb48d4ccf8 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -2850,7 +2850,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
<literal>r</literal> = relation (table, view),
<literal>S</literal> = sequence,
<literal>f</literal> = function,
- <literal>T</literal> = type
+ <literal>T</literal> = type,
+ <literal>n</literal> = schema
</entry>
</row>