doc: fix for commit 09f7d36ba16 in changing "_" to "-". master github/master
authorBruce Momjian
Wed, 18 Jun 2025 20:48:26 +0000 (16:48 -0400)
committerBruce Momjian
Wed, 18 Jun 2025 20:48:26 +0000 (16:48 -0400)
I thought underscores wouldn't even work in "id"s, so I never checked to
see if anything referenced it, but it seems it does work, so adjust the
calling site for the dash syntax.

doc/src/sgml/ref/alter_database.sgml
doc/src/sgml/ref/create_database.sgml

index 9da8920e12eff3bd993777a754723666511354c5..1fc051e11a31195cf314d0bf5577b1ba67387c20 100644 (file)
@@ -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 _file_copy_method"/> setting.
+   is affected by the -file-copy-method"/> setting.
   
 
   
index 640c0425faec521083aad8c6885ad9b457695bda..4da8aeebb50a29e89bd9f68a8deac4b1a3ec7b18 100644 (file)
@@ -140,7 +140,7 @@ CREATE DATABASE name
         after the creation of the new database. In some situations, this may
         have a noticeable negative impact on overall system performance. The
         FILE_COPY strategy is affected by the 
-        linkend="guc_file_copy_method"/> setting.
+        linkend="guc-file-copy-method"/> setting.