File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ Europe & Russia*@ & !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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments