summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Munro2025-04-08 10:02:24 +0000
committerThomas Munro2025-04-08 10:02:45 +0000
commit7ea21f4ee2721be4239657e74c2ae8f88fb5a3ef (patch)
tree97b54c1aba47a4bc416a2281c1e4ac92beee9f23
parentf78ca6f3ebbbff8c675c34b8ee61047223073866 (diff)
Fix typo in docs.
Typo in previous commit.
-rw-r--r--doc/src/sgml/ref/alter_database.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_database.sgml b/doc/src/sgml/ref/alter_database.sgml
index 835c1af87eb..9da8920e12e 100644
--- a/doc/src/sgml/ref/alter_database.sgml
+++ b/doc/src/sgml/ref/alter_database.sgml
@@ -83,7 +83,7 @@ ALTER DATABASE <replaceable class="parameter">name</replaceable> RESET ALL
must be empty for this database, and no one can be connected to
the database. Tables and indexes in non-default tablespaces are
unaffected. The method used to copy files to the new tablespace
- is affected by the <xref glinkend="guc_file_copy_method"/> setting.
+ is affected by the <xref linkend="guc_file_copy_method"/> setting.
</para>
<para>