diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_database.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index 504c1b02246..d116b321bce 100644 --- a/doc/src/sgml/ref/create_database.sgml +++ b/doc/src/sgml/ref/create_database.sgml @@ -236,8 +236,8 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable> <para> Database-level configuration parameters (set via <xref - linkend="sql-alterdatabase"/>) are not copied from the template - database. + linkend="sql-alterdatabase"/>) and database-level permissions (set via + <xref linkend="sql-grant"/>) are not copied from the template database. </para> <para> |