aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-08-03 16:45:08 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-08-03 16:45:08 -0400
commit2e838371b98bdda10368482af95758087badca05 (patch)
tree5631c58330433bf9170ae768cd1d682497baa239
parentd9c99c666b1124bd9adf5c29fd0ca9815f14ceb8 (diff)
downloadpostgresql-2e838371b98bdda10368482af95758087badca05.tar.gz
postgresql-2e838371b98bdda10368482af95758087badca05.zip
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
-rw-r--r--doc/src/sgml/catalogs.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 77c76768fdd..90e10e7af82 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -2783,7 +2783,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
<literal>r</> = relation (table, view),
<literal>S</> = sequence,
<literal>f</> = function,
- <literal>T</> = type
+ <literal>T</> = type,
+ <literal>n</> = schema
</entry>
</row>