diff options
Diffstat (limited to 'doc/src/sgml/ref/create_database.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_database.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index f3df2def864..91c39c52303 100644 --- a/doc/src/sgml/ref/create_database.sgml +++ b/doc/src/sgml/ref/create_database.sgml @@ -89,7 +89,7 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable> The role name of the user who will own the new database, or <literal>DEFAULT</literal> to use the default (namely, the user executing the command). To create a database owned by another - role, you must must be able to <literal>SET ROLE</literal> to that + role, you must be able to <literal>SET ROLE</literal> to that role. </para> </listitem> |