projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c99c6
)
Add 'n' to list of possible values to pg_default_acl.defaclobjtype
author
Alvaro Herrera
<
[email protected]
>
Fri, 3 Aug 2018 20:45:08 +0000
(16:45 -0400)
committer
Alvaro Herrera
<
[email protected]
>
Fri, 3 Aug 2018 20:45:08 +0000
(16:45 -0400)
This was missed in commit
ab89e465cb20
; backpatch to v10.
Author: Fabien Coelho <
[email protected]
>
Discussion: https://postgr.es/m/alpine.DEB.2.21.
1807302243001
.13230@lancre
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 77c76768fdd915e7fdcce03e9e63eae4122b768e..90e10e7af821ead8e1933d923740487a984c0787 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-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>