Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit830ef61

Browse files
docs: fix inconsistencies in markup and case
Ensure to properly mark up function parameters in text with <parameter>,avoid using <acronym> for terms which aren't acronyms and properly placethe ", and" in a value list. The acronym removal is a follow-up to commitfb72a7b which removed it for minmax-multi. In passing, also fix anincorrectly cased word.Author: Ekaterina Kiryanova <e.kiryanova@postgrespro.ru>Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>Discussion:https://postgr.es/m/c050ecbc-80b2-b360-3c1d-9fe6a6a11bb5@postgrespro.ruBackpatch-through: v14
1 parenta49d081 commit830ef61

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎doc/src/sgml/amcheck.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ SET client_min_messages = DEBUG1;
279279
<para>
280280
If specified, corruption checking begins at the specified block,
281281
skipping all previous blocks. It is an error to specify a
282-
<literal>startblock</literal> outside the range of blocks in the
282+
<parameter>startblock</parameter> outside the range of blocks in the
283283
target table.
284284
</para>
285285
<para>
@@ -293,7 +293,7 @@ SET client_min_messages = DEBUG1;
293293
<para>
294294
If specified, corruption checking ends at the specified block,
295295
skipping all remaining blocks. It is an error to specify an
296-
<literal>endblock</literal> outside the range of blocks in the target
296+
<parameter>endblock</parameter> outside the range of blocks in the target
297297
table.
298298
</para>
299299
<para>

‎doc/src/sgml/brin.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ LOG: request for BRIN range summarization for index "brin_wi_idx" page 128 was
716716
</para>
717717

718718
<para>
719-
<acronym>bloom</acronym> operator classes accept these parameters:
719+
bloom operator classes accept these parameters:
720720
</para>
721721

722722
<variablelist>

‎doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7393,8 +7393,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
73937393
An array containing codes for the enabled statistics kinds;
73947394
valid values are:
73957395
<literal>d</literal> for n-distinct statistics,
7396-
<literal>f</literal> for functional dependency statistics, and
7397-
<literal>m</literal> for most common values (MCV) list statistics
7396+
<literal>f</literal> for functional dependency statistics,
7397+
<literal>m</literal> for most common values (MCV) list statistics, and
73987398
<literal>e</literal> for expression statistics
73997399
</para></entry>
74007400
</row>

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7017,7 +7017,7 @@ local0.* /var/log/postgresql
70177017
</row>
70187018
<row>
70197019
<entry><literal>%Q</literal></entry>
7020-
<entry>query identifier of the current query. Query
7020+
<entry>Query identifier of the current query. Query
70217021
identifiers are not computed by default, so this field
70227022
will be zero unless <xref linkend="guc-compute-query-id"/>
70237023
parameter is enabled or a third-party module that computes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp