From: Alvaro Herrera Date: Fri, 3 Aug 2018 20:45:08 +0000 (-0400) Subject: Add 'n' to list of possible values to pg_default_acl.defaclobjtype X-Git-Tag: REL_12_BETA1~1770 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6f8d55c4b47454f0e22bbabdc6a5711848b4931;p=postgresql Add 'n' to list of possible values to pg_default_acl.defaclobjtype This was missed in commit ab89e465cb20; backpatch to v10. Author: Fabien Coelho Discussion: https://postgr.es/m/alpine.DEB.2.21.1807302243001.13230@lancre --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index fffb79f713..3bb48d4ccf 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2850,7 +2850,8 @@ SCRAM-SHA-256$<iteration count>:&l r = relation (table, view), S = sequence, f = function, - T = type + T = type, + n = schema