]> granicus.if.org Git - postgresql/commitdiff
Add 'n' to list of possible values to pg_default_acl.defaclobjtype
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 3 Aug 2018 20:45:08 +0000 (16:45 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 3 Aug 2018 20:45:08 +0000 (16:45 -0400)
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

index fffb79f713f7d807e3f81603cb57aca2a4fa1533..3bb48d4ccf8a93fe4c84ff5475dbbb8c19385642 100644 (file)
@@ -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>