From 7ea21f4ee2721be4239657e74c2ae8f88fb5a3ef Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Tue, 8 Apr 2025 22:02:24 +1200 Subject: [PATCH] Fix typo in docs. Typo in previous commit. --- doc/src/sgml/ref/alter_database.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 name 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 setting. + is affected by the setting. -- 2.39.5