Skip to content

Commit 87318be

Browse files
author
Liudmila Mantrova
committed
Fix for tagging issues in Monitoring section of scheduler docs
1 parent 61f6d46 commit 87318be

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

doc/src/sgml/pgpro-scheduler.sgml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ SELECT schedule.create_job('{"commands": "SELECT ''zzz''", &
595595
</para>
596596
</listitem>
597597
</itemizedlist></para>
598-
<para>To learn more about each function, see <xref linkend="pgpro-scheduler-functions">.
598+
<para>To learn more about each function, see <xref linkend="pgpro-scheduler-functions">.</para>
599599
</sect3>
600600
</sect2>
601601
<sect2 id="pgpro-scheduler-reference">
@@ -1391,8 +1391,7 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
13911391
You must have superuser rights to retrieve jobs executed by another user.</para>
13921392
</listitem>
13931393
</itemizedlist>
1394-
</para>
1395-
<para>
1394+
</para><para>
13961395
For details on the <type>cron_rec</type> type, see <xref linkend="pgpro-scheduler-sql-types">.
13971396
</para>
13981397
</listitem>
@@ -1408,24 +1407,20 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
14081407
</term>
14091408
<listitem>
14101409
<para>
1411-
Return values:
1412-
<itemizedlist>
1413-
<listitem>
1414-
<para>The list of jobs currently being executed by the specified user.</para></listitem></itemizedlist>
1410+
Returns the list of jobs currently being executed by the specified user.
14151411
</para>
14161412
<para>
1417-
Arguments:
1413+
Arguments:</para>
14181414
<itemizedlist>
14191415
<listitem>
14201416
<para><parameter>username</parameter> &mdash; username, optional.</para></listitem>
14211417
</itemizedlist>
1422-
</para>
14231418
<para>
14241419
If <parameter>username</parameter> is omitted, the session username is used.
14251420
You must have superuser rights to retrieve jobs executed by another user.
14261421
</para>
14271422
<para>
1428-
Return values:
1423+
Return values:</para>
14291424
<itemizedlist>
14301425
<listitem>
14311426
<para>A set of records of type <type>cron_job</type>.</para></listitem></itemizedlist>

0 commit comments

Comments
 (0)