]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
docs: fix text by adding/removing parentheses
authorBruce Momjian <bruce@momjian.us>
Sat, 8 Nov 2025 03:19:09 +0000 (22:19 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 8 Nov 2025 03:19:09 +0000 (22:19 -0500)
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

doc/src/sgml/client-auth.sgml
doc/src/sgml/ltree.sgml
doc/src/sgml/trigger.sgml

index 51b95ed04f399f76e184c095972841dd6e794812..eb795bb0f211554e51759c38c6fe15e6ec293fdc 100644 (file)
@@ -305,7 +305,7 @@ include_dir         <replaceable>directory</replaceable>
        Specifies which database user name(s) this record
        matches. The value <literal>all</literal> specifies that it
        matches all users.  Otherwise, this is either the name of a specific
-       database user, a regular expression (when starting with a slash
+       database user, a regular expression when starting with a slash
        (<literal>/</literal>), or a group name preceded by <literal>+</literal>.
        (Recall that there is no real distinction between users and groups
        in <productname>PostgreSQL</productname>; a <literal>+</literal> mark really means
index ecbf463d8abafd866c832a4b4887af2b49ff27d1..ff3c227727b5736dbbd4950fd7f6dcb1410725ec 100644 (file)
@@ -645,7 +645,7 @@ Europe &amp; Russia*@ &amp; !Transportation
      <literal>siglen</literal> determines the
      signature length in bytes.  The default signature length is 8 bytes.
      The length must be a positive multiple of <type>int</type> alignment
-     (4 bytes on most machines)) up to 2024.  Longer
+     (4 bytes on most machines) up to 2024.  Longer
      signatures lead to a more precise search (scanning a smaller fraction of the index and
      fewer heap pages), at the cost of a larger index.
     </para>
index bb1b5faf34e317be926ac294e32b73e873c8b86c..0062f1a3fd152232fb3f38ee3647c36c59a01588 100644 (file)
@@ -823,7 +823,7 @@ typedef struct Trigger
         <varname>attnum</varname> (1-based) is a member of this bitmap set,
         call <literal>bms_is_member(attnum -
         FirstLowInvalidHeapAttributeNumber,
-        trigdata->tg_updatedcols))</literal>.
+        trigdata->tg_updatedcols)</literal>.
        </para>
 
        <para>