aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_database.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-06-18 16:48:26 -0400
committerBruce Momjian <bruce@momjian.us>2025-06-18 16:48:26 -0400
commitd0d1bcb1e8b2e324bc243d69ccfce55b25a79f8c (patch)
treeb617f6517a0060618e272d3bb17b12b80a998115 /doc/src/sgml/ref/create_database.sgml
parent09f7d36ba16e9665bb25d2c097e71c7439485fd7 (diff)
downloadpostgresql-d0d1bcb1e8b2e324bc243d69ccfce55b25a79f8c.tar.gz
postgresql-d0d1bcb1e8b2e324bc243d69ccfce55b25a79f8c.zip
doc: fix for commit 09f7d36ba16 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.
Diffstat (limited to 'doc/src/sgml/ref/create_database.sgml')
-rw-r--r--doc/src/sgml/ref/create_database.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index 640c0425fae..4da8aeebb50 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -140,7 +140,7 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
after the creation of the new database. In some situations, this may
have a noticeable negative impact on overall system performance. The
<literal>FILE_COPY</literal> strategy is affected by the <xref
- linkend="guc_file_copy_method"/> setting.
+ linkend="guc-file-copy-method"/> setting.
</para>
</listitem>
</varlistentry>