Skip to content

Commit f6f8d55

Browse files
committed
Add 'n' to list of possible values to pg_default_acl.defaclobjtype
This was missed in commit ab89e46; backpatch to v10. Author: Fabien Coelho <coelho@cri.ensmp.fr> Discussion: https://postgr.es/m/alpine.DEB.2.21.1807302243001.13230@lancre
1 parent 416db24 commit f6f8d55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
28502850
<literal>r</literal> = relation (table, view),
28512851
<literal>S</literal> = sequence,
28522852
<literal>f</literal> = function,
2853-
<literal>T</literal> = type
2853+
<literal>T</literal> = type,
2854+
<literal>n</literal> = schema
28542855
</entry>
28552856
</row>
28562857

0 commit comments

Comments
 (0)