Skip to content

Commit e8bfad4

Browse files
committed
docs: fix text by adding/removing parentheses
Reported-by: Daisuke Higuchi Author: Daisuke Higuchi, Erik Wienhold Reviewed-by: Erik Wienhold Discussion: https://postgr.es/m/CAEVT6c9FRQcFCzQ8AO=QoeQNA-w6RhTkfOUHzY6N2xD5YnBxhg@mail.gmail.com Backpatch-through: master
1 parent 6204d07 commit e8bfad4

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)