We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9fe9b commit 54af107Copy full SHA for 54af107
doc/src/sgml/manage-ag.sgml
@@ -207,6 +207,12 @@ createdb -O <replaceable>rolename</replaceable> <replaceable>dbname</replaceable
207
action being taken when those databases are created.
208
</para>
209
210
+ <para>
211
+ However, <command>CREATE DATABASE</command> does not copy database-level
212
+ <command>GRANT</command> permissions attached to the source database.
213
+ The new database has default database-level permissions.
214
+ </para>
215
+
216
<para>
217
There is a second standard system database named
218
<literal>template0</literal>.<indexterm><primary>template0</primary></indexterm> This
0 commit comments