diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-08-03 16:45:08 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-08-03 16:45:08 -0400 |
commit | f6f8d55c4b47454f0e22bbabdc6a5711848b4931 (patch) | |
tree | d4de92dae9e49511eda0f4b5e33d181af2c88d1f /doc/src | |
parent | 416db2412bdae1cfb6bd18203a15fb6617935690 (diff) |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index fffb79f713f..3bb48d4ccf8 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2850,7 +2850,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l <literal>r</literal> = relation (table, view), <literal>S</literal> = sequence, <literal>f</literal> = function, - <literal>T</literal> = type + <literal>T</literal> = type, + <literal>n</literal> = schema </entry> </row> |