Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 951598a

Browse files
committed
[Doc]: fix for pg-wait-sampling.sgml
1 parent b4f30de commit 951598a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pg-wait-sampling.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ CREATE EXTENSION pg_wait_sampling;
106106
<literal>pg_wait_sampling_current</literal> view:
107107
</para>
108108
<programlisting>
109-
SELECT * FROM pg_wait_sampling_get_current;
109+
SELECT * FROM pg_wait_sampling_current;
110110
</programlisting>
111111
<para>
112112
The returned statistics covers all the active processes,

0 commit comments

Comments
 (0)