From a3958178935a0258a1850a9f4ac710fbaaa3344f Mon Sep 17 00:00:00 2001 From: Alvaro Herrera 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 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 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