Skip to content

Commit d0d1bcb

Browse files
committed
doc: fix for commit 09f7d36 in changing "_" to "-".
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.
1 parent 09f7d36 commit d0d1bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/alter_database.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ALTER DATABASE <replaceable class="parameter">name</replaceable> RESET ALL
8383
must be empty for this database, and no one can be connected to
8484
the database. Tables and indexes in non-default tablespaces are
8585
unaffected. The method used to copy files to the new tablespace
86-
is affected by the <xref linkend="guc_file_copy_method"/> setting.
86+
is affected by the <xref linkend="guc-file-copy-method"/> setting.
8787
</para>
8888

8989
<para>

doc/src/sgml/ref/create_database.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
140140
after the creation of the new database. In some situations, this may
141141
have a noticeable negative impact on overall system performance. The
142142
<literal>FILE_COPY</literal> strategy is affected by the <xref
143-
linkend="guc_file_copy_method"/> setting.
143+
linkend="guc-file-copy-method"/> setting.
144144
</para>
145145
</listitem>
146146
</varlistentry>

0 commit comments

Comments
 (0)