File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1654,15 +1654,15 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
16541654 <entry><type>bigint</></entry>
16551655 <entry>Total time spent in this functions and all other functions
16561656 called by it, in milliseconds.
1657- This value can also be returned by directly calling
1657+ The same value can be returned in microseconds by directly calling
16581658 the <function>pg_stat_get_function_time</function> function.</entry>
16591659 </row>
16601660 <row>
16611661 <entry>self_time</entry>
16621662 <entry><type>bigint</></entry>
16631663 <entry>Total time spent in this functions itself but not including
16641664 other functions called by it, in milliseconds.
1665- This value can also be returned by directly calling
1665+ The same value can be returned in microseconds by directly calling
16661666 the <function>pg_stat_get_function_self_time</function> function.</entry>
16671667 </row>
16681668 </tbody>
You can’t perform that action at this time.
0 commit comments