summaryrefslogtreecommitdiff
path: root/doc/src
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
commitf6f8d55c4b47454f0e22bbabdc6a5711848b4931 (patch)
treed4de92dae9e49511eda0f4b5e33d181af2c88d1f /doc/src
parent416db2412bdae1cfb6bd18203a15fb6617935690 (diff)
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
Diffstat (limited to 'doc/src')
-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>