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

Commite8bfad4

Browse files
committed
docs: fix text by adding/removing parentheses
Reported-by: Daisuke HiguchiAuthor: Daisuke Higuchi, Erik WienholdReviewed-by: Erik WienholdDiscussion:https://postgr.es/m/CAEVT6c9FRQcFCzQ8AO=QoeQNA-w6RhTkfOUHzY6N2xD5YnBxhg@mail.gmail.comBackpatch-through: master
1 parent6204d07 commite8bfad4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎doc/src/sgml/client-auth.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ include_dir <replaceable>directory</replaceable>
305305
Specifies which database user name(s) this record
306306
matches. The value <literal>all</literal> specifies that it
307307
matches all users. Otherwise, this is either the name of a specific
308-
database user, a regular expression(when starting with a slash
308+
database user, a regular expression when starting with a slash
309309
(<literal>/</literal>), or a group name preceded by <literal>+</literal>.
310310
(Recall that there is no real distinction between users and groups
311311
in <productname>PostgreSQL</productname>; a <literal>+</literal> mark really means

‎doc/src/sgml/ltree.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ Europe &amp; Russia*@ &amp; !Transportation
645645
<literal>siglen</literal> determines the
646646
signature length in bytes. The default signature length is 8 bytes.
647647
The length must be a positive multiple of <type>int</type> alignment
648-
(4 bytes on most machines)) up to 2024. Longer
648+
(4 bytes on most machines) up to 2024. Longer
649649
signatures lead to a more precise search (scanning a smaller fraction of the index and
650650
fewer heap pages), at the cost of a larger index.
651651
</para>

‎doc/src/sgml/trigger.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ typedef struct Trigger
823823
<varname>attnum</varname> (1-based) is a member of this bitmap set,
824824
call <literal>bms_is_member(attnum -
825825
FirstLowInvalidHeapAttributeNumber,
826-
trigdata->tg_updatedcols))</literal>.
826+
trigdata->tg_updatedcols)</literal>.
827827
</para>
828828

829829
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp