aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_database.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/create_database.sgml')
-rw-r--r--doc/src/sgml/ref/create_database.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index 8adfa3a37bf..3e35c776ead 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -3,7 +3,7 @@ doc/src/sgml/ref/create_database.sgml
PostgreSQL documentation
-->
-<refentry id="SQL-CREATEDATABASE">
+<refentry id="sql-createdatabase">
<indexterm zone="sql-createdatabase">
<primary>CREATE DATABASE</primary>
</indexterm>
@@ -45,7 +45,7 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
<para>
To create a database, you must be a superuser or have the special
<literal>CREATEDB</literal> privilege.
- See <xref linkend="SQL-CREATEUSER">.
+ See <xref linkend="sql-createuser">.
</para>
<para>
@@ -203,11 +203,11 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
</para>
<para>
- Use <xref linkend="SQL-DROPDATABASE"> to remove a database.
+ Use <xref linkend="sql-dropdatabase"> to remove a database.
</para>
<para>
- The program <xref linkend="APP-CREATEDB"> is a
+ The program <xref linkend="app-createdb"> is a
wrapper program around this command, provided for convenience.
</para>