From a3958178935a0258a1850a9f4ac710fbaaa3344f Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Fri, 3 Aug 2018 16:45:08 -0400
Subject: [PATCH] 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
---
 doc/src/sgml/catalogs.sgml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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>