@@ -595,7 +595,7 @@ SELECT schedule.create_job('{"commands": "SELECT ''zzz''", &
595
595
</para>
596
596
</listitem>
597
597
</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>
599
599
</sect3>
600
600
</sect2>
601
601
<sect2 id="pgpro-scheduler-reference">
@@ -1391,8 +1391,7 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1391
1391
You must have superuser rights to retrieve jobs executed by another user.</para>
1392
1392
</listitem>
1393
1393
</itemizedlist>
1394
- </para>
1395
- <para>
1394
+ </para><para>
1396
1395
For details on the <type>cron_rec</type> type, see <xref linkend="pgpro-scheduler-sql-types">.
1397
1396
</para>
1398
1397
</listitem>
@@ -1408,24 +1407,20 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1408
1407
</term>
1409
1408
<listitem>
1410
1409
<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.
1415
1411
</para>
1416
1412
<para>
1417
- Arguments:
1413
+ Arguments:</para>
1418
1414
<itemizedlist>
1419
1415
<listitem>
1420
1416
<para><parameter>username</parameter> — username, optional.</para></listitem>
1421
1417
</itemizedlist>
1422
- </para>
1423
1418
<para>
1424
1419
If <parameter>username</parameter> is omitted, the session username is used.
1425
1420
You must have superuser rights to retrieve jobs executed by another user.
1426
1421
</para>
1427
1422
<para>
1428
- Return values:
1423
+ Return values:</para>
1429
1424
<itemizedlist>
1430
1425
<listitem>
1431
1426
<para>A set of records of type <type>cron_job</type>.</para></listitem></itemizedlist>