diff --git a/doc/src/sgml/ref/alter_database.sgml b/doc/src/sgml/ref/alter_database.sgml
new file mode 100644
index 333db5b..95c7ac9
*** a/doc/src/sgml/ref/alter_database.sgml
--- b/doc/src/sgml/ref/alter_database.sgml
*************** ALTER DATABASE <replaceable class="PARAM
*** 78,84 ****
     create privilege for the new tablespace.
     This command physically moves any tables or indexes in the database's old
     default tablespace to the new tablespace.  The new default tablespace
!    for this database must be empty, and no one can be connected to
     the database.  Tables and indexes in non-default tablespaces are
     unaffected.
    </para>
--- 78,84 ----
     create privilege for the new tablespace.
     This command physically moves any tables or indexes in the database's old
     default tablespace to the new tablespace.  The new default tablespace
!    must be empty for this database, and no one can be connected to
     the database.  Tables and indexes in non-default tablespaces are
     unaffected.
    </para>
