@@ -3560,7 +3560,7 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
35603560 <returnvalue>text</returnvalue>
35613561 </para>
35623562 <para>
3563- Evaluate escaped Unicode characters in argument. Unicode characters
3563+ Evaluate escaped Unicode characters in the argument. Unicode characters
35643564 can be specified as
35653565 <literal>\<replaceable>XXXX</replaceable></literal> (4 hexadecimal
35663566 digits), <literal>\+<replaceable>XXXXXX</replaceable></literal> (6
@@ -24926,12 +24926,12 @@ SELECT collation for ('foo' COLLATE "de_DE");
2492624926 <returnvalue>boolean</returnvalue>
2492724927 </para>
2492824928 <para>
24929- Requests to log the memory contexts whose backend process has
24930- the specified process ID. These memory contexts will be logged at
24929+ Requests to log the memory contexts of the backend with the
24930+ specified process ID. These memory contexts will be logged at
2493124931 <literal>LOG</literal> message level. They will appear in
2493224932 the server log based on the log configuration set
2493324933 (See <xref linkend="runtime-config-logging"/> for more information),
24934- but will not be sent to the client whatever the setting of
24934+ but will not be sent to the client regardless of
2493524935 <xref linkend="guc-client-min-messages"/>.
2493624936 Only superusers can request to log the memory contexts.
2493724937 </para></entry>
@@ -25037,7 +25037,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
2503725037
2503825038 <para>
2503925039 <function>pg_log_backend_memory_contexts</function> can be used
25040- to log the memory contexts of the backend process. For example,
25040+ to log the memory contexts of a backend process. For example:
2504125041<programlisting>
2504225042postgres=# SELECT pg_log_backend_memory_contexts(pg_backend_pid());
2504325043 pg_log_backend_memory_contexts
@@ -25061,8 +25061,8 @@ LOG: level: 1; TransactionAbortContext: 32768 total in 1 blocks; 32504 free (0
2506125061LOG: level: 1; ErrorContext: 8192 total in 1 blocks; 7928 free (3 chunks); 264 used
2506225062LOG: Grand total: 1651920 bytes in 201 blocks; 622360 free (88 chunks); 1029560 used
2506325063</screen>
25064- For more than 100 child contexts under the same parent one,
25065- 100 child contexts and a summary of the remaining ones will be logged .
25064+ If there are more than 100 child contexts under the same parent, the first
25065+ 100 child contexts are logged, along with a summary of the remaining contexts .
2506625066 Note that frequent calls to this function could incur significant overhead,
2506725067 because it may generate a large number of log messages.
2506825068 </para>
@@ -25576,7 +25576,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2557625576 Returns recovery pause state. The return values are <literal>
2557725577 not paused</literal> if pause is not requested, <literal>
2557825578 pause requested</literal> if pause is requested but recovery is
25579- not yet paused and, <literal>paused</literal> if the recovery is
25579+ not yet paused, and <literal>paused</literal> if the recovery is
2558025580 actually paused.
2558125581 </para></entry>
2558225582 </row>
0 commit comments