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: XL_10_R1~37^2~10 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2e838371b98bdda10368482af95758087badca05;p=postgres-xl.git 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 77c76768fd..90e10e7af8 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2783,7 +2783,8 @@ SCRAM-SHA-256$<iteration count>:<salt>< r = relation (table, view), S = sequence, f = function, - T = type + T = type, + n = schema