Thanks to visit codestin.com Credit goes to github.com
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 7751352 commit d391f6dCopy full SHA for d391f6d
doc/src/sgml/manage-ag.sgml
@@ -213,6 +213,12 @@ createdb -O <replaceable>rolename</replaceable> <replaceable>dbname</replaceable
213
action being taken when those databases are created.
214
</para>
215
216
+ <para>
217
+ However, <command>CREATE DATABASE</command> does not copy database-level
218
+ <command>GRANT</command> permissions attached to the source database.
219
+ The new database has default database-level permissions.
220
+ </para>
221
+
222
<para>
223
There is a second standard system database named
224
<literal>template0</literal>.<indexterm><primary>template0</primary></indexterm> This
0 commit comments