1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

doc: fix for commit 09f7d36ba1 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.
This commit is contained in:
Bruce Momjian
2025-06-18 16:48:26 -04:00
parent 09f7d36ba1
commit d0d1bcb1e8
2 changed files with 2 additions and 2 deletions

View File

@ -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 must be empty for this database, and no one can be connected to
the database. Tables and indexes in non-default tablespaces are the database. Tables and indexes in non-default tablespaces are
unaffected. The method used to copy files to the new tablespace unaffected. The method used to copy files to the new tablespace
is affected by the <xref linkend="guc_file_copy_method"/> setting. is affected by the <xref linkend="guc-file-copy-method"/> setting.
</para> </para>
<para> <para>

View File

@ -140,7 +140,7 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
after the creation of the new database. In some situations, this may after the creation of the new database. In some situations, this may
have a noticeable negative impact on overall system performance. The have a noticeable negative impact on overall system performance. The
<literal>FILE_COPY</literal> strategy is affected by the <xref <literal>FILE_COPY</literal> strategy is affected by the <xref
linkend="guc_file_copy_method"/> setting. linkend="guc-file-copy-method"/> setting.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>