mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
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
This commit is contained in:
parent
d9c99c666b
commit
2e838371b9
1 changed files with 2 additions and 1 deletions
|
|
@ -2783,7 +2783,8 @@ SCRAM-SHA-256$<replaceable><iteration count></>:<replaceable><salt><
|
|||
<literal>r</> = relation (table, view),
|
||||
<literal>S</> = sequence,
|
||||
<literal>f</> = function,
|
||||
<literal>T</> = type
|
||||
<literal>T</> = type,
|
||||
<literal>n</> = schema
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue