From e8bfad4ca842733b957c01e732ec009778f952cd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 7 Nov 2025 22:19:09 -0500 Subject: [PATCH] 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 --- doc/src/sgml/client-auth.sgml | 2 +- doc/src/sgml/ltree.sgml | 2 +- doc/src/sgml/trigger.sgml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 51b95ed04f3..eb795bb0f21 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -305,7 +305,7 @@ include_dir directory Specifies which database user name(s) this record matches. The value all 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 (/), or a group name preceded by +. (Recall that there is no real distinction between users and groups in PostgreSQL; a + mark really means diff --git a/doc/src/sgml/ltree.sgml b/doc/src/sgml/ltree.sgml index ecbf463d8ab..ff3c227727b 100644 --- a/doc/src/sgml/ltree.sgml +++ b/doc/src/sgml/ltree.sgml @@ -645,7 +645,7 @@ Europe & Russia*@ & !Transportation siglen determines the signature length in bytes. The default signature length is 8 bytes. The length must be a positive multiple of int 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. diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml index bb1b5faf34e..0062f1a3fd1 100644 --- a/doc/src/sgml/trigger.sgml +++ b/doc/src/sgml/trigger.sgml @@ -823,7 +823,7 @@ typedef struct Trigger attnum (1-based) is a member of this bitmap set, call bms_is_member(attnum - FirstLowInvalidHeapAttributeNumber, - trigdata->tg_updatedcols)). + trigdata->tg_updatedcols). -- 2.47.3