@@ -695,7 +695,7 @@ SELECT schedule.create_job('{"commands": "SELECT ''zzz''", &
695
695
<itemizedlist><listitem>
696
696
<para><literal>success</literal> — transaction has finished successfully.
697
697
</para></listitem><listitem>
698
- <para><literal>failure</literal> — transaction has failed to finish; .
698
+ <para><literal>failure</literal> — transaction has failed to finish.
699
699
</para></listitem><listitem>
700
700
<para><literal>running</literal> —
701
701
transaction is in progress. </para></listitem>
@@ -1341,13 +1341,12 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1341
1341
Retrieves the list of jobs owned by the specified user.
1342
1342
</para>
1343
1343
<para>
1344
- Arguments:
1344
+ Arguments:</para>
1345
1345
<itemizedlist>
1346
1346
<listitem>
1347
1347
<para><parameter>username</parameter> — username, optional.</para>
1348
1348
</listitem>
1349
1349
</itemizedlist>
1350
- </para>
1351
1350
<para>Return values:</para>
1352
1351
<itemizedlist>
1353
1352
<listitem><para>
@@ -1374,15 +1373,14 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1374
1373
Retrieves the list of jobs executed by the specified user.
1375
1374
</para>
1376
1375
<para>
1377
- Arguments:
1376
+ Arguments:</para>
1378
1377
<itemizedlist>
1379
1378
<listitem>
1380
1379
<para><parameter>username</parameter> — username, optional.</para>
1381
1380
</listitem>
1382
1381
</itemizedlist>
1383
- </para>
1384
1382
<para>
1385
- Return values:
1383
+ Return values:</para>
1386
1384
<itemizedlist>
1387
1385
<listitem>
1388
1386
<para>A set of records of type <type>cron_rec</type>.
@@ -1391,7 +1389,7 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1391
1389
You must have superuser rights to retrieve jobs executed by another user.</para>
1392
1390
</listitem>
1393
1391
</itemizedlist>
1394
- </para>< para>
1392
+ <para>
1395
1393
For details on the <type>cron_rec</type> type, see <xref linkend="pgpro-scheduler-sql-types">.
1396
1394
</para>
1397
1395
</listitem>
@@ -1443,7 +1441,7 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1443
1441
You must have superuser rights to call this function.
1444
1442
</para>
1445
1443
<para>
1446
- Return values:
1444
+ Return values:</para>
1447
1445
<itemizedlist>
1448
1446
<listitem><para>A set of records of type <type>cron_job</type>.</para></listitem></itemizedlist>
1449
1447
<para>For details on the <type>cron_job</type> type, see <xref linkend="pgpro-scheduler-sql-types">.
@@ -1464,10 +1462,10 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1464
1462
Returns the list of all completed jobs.
1465
1463
You must have superuser rights to call this function.
1466
1464
</para>
1467
- <para>Return values:
1465
+ <para>Return values:</para>
1468
1466
<itemizedlist>
1469
1467
<listitem>
1470
- <para>A set of records of type <type>cron_job</type>.</para></listitem></itemizedlist></para>
1468
+ <para>A set of records of type <type>cron_job</type>.</para></listitem></itemizedlist>
1471
1469
<para>For details on the <type>cron_job</type> type, see <xref linkend="pgpro-scheduler-sql-types">.</para>
1472
1470
</listitem>
1473
1471
</varlistentry>
@@ -1485,21 +1483,20 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1485
1483
Returns the list of completed jobs executed by the specified user.
1486
1484
</para>
1487
1485
<para>
1488
- Arguments:
1486
+ Arguments:</para>
1489
1487
<itemizedlist>
1490
1488
<listitem>
1491
1489
<para><parameter>username</parameter> — username, optional.</para>
1492
1490
</listitem>
1493
1491
</itemizedlist>
1494
- </para>
1495
1492
<para>
1496
1493
If <parameter>username</parameter> is omitted, the session username is used.
1497
1494
You must have superuser rights to retrieve the list of jobs executed by another user.
1498
1495
</para>
1499
- <para>Return values:
1496
+ <para>Return values:</para>
1500
1497
<itemizedlist>
1501
1498
<listitem>
1502
- <para>A set of records of type <type>cron_job</type>.</para></listitem></itemizedlist></para>
1499
+ <para>A set of records of type <type>cron_job</type>.</para></listitem></itemizedlist>
1503
1500
<para>For details on the <type>cron_job</type> type, see <xref linkend="pgpro-scheduler-sql-types">.</para>
1504
1501
</listitem>
1505
1502
</varlistentry>
@@ -1518,11 +1515,10 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
1518
1515
You must have superuser rights to call this function.
1519
1516
</para>
1520
1517
<para>
1521
- Return values:
1518
+ Return values:</para>
1522
1519
<itemizedlist>
1523
1520
<listitem>
1524
1521
<para>The number of records deleted.</para></listitem></itemizedlist>
1525
- </para>
1526
1522
</listitem>
1527
1523
</varlistentry>
1528
1524
</variablelist>
0 commit comments