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

Commit cd26164

Browse files
author
Liudmila Mantrova
committed
Fixes for tagging issues in the function reference section of scheduler docs
1 parent 87318be commit cd26164

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

doc/src/sgml/pgpro-scheduler.sgml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ SELECT schedule.create_job('{"commands": "SELECT ''zzz''", &
695695
<itemizedlist><listitem>
696696
<para><literal>success</literal> &mdash; transaction has finished successfully.
697697
</para></listitem><listitem>
698-
<para><literal>failure</literal> &mdash; transaction has failed to finish;.
698+
<para><literal>failure</literal> &mdash; transaction has failed to finish.
699699
</para></listitem><listitem>
700700
<para><literal>running</literal> &mdash;
701701
transaction is in progress. </para></listitem>
@@ -1341,13 +1341,12 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
13411341
Retrieves the list of jobs owned by the specified user.
13421342
</para>
13431343
<para>
1344-
Arguments:
1344+
Arguments:</para>
13451345
<itemizedlist>
13461346
<listitem>
13471347
<para><parameter>username</parameter> &mdash; username, optional.</para>
13481348
</listitem>
13491349
</itemizedlist>
1350-
</para>
13511350
<para>Return values:</para>
13521351
<itemizedlist>
13531352
<listitem><para>
@@ -1374,15 +1373,14 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
13741373
Retrieves the list of jobs executed by the specified user.
13751374
</para>
13761375
<para>
1377-
Arguments:
1376+
Arguments:</para>
13781377
<itemizedlist>
13791378
<listitem>
13801379
<para><parameter>username</parameter> &mdash; username, optional.</para>
13811380
</listitem>
13821381
</itemizedlist>
1383-
</para>
13841382
<para>
1385-
Return values:
1383+
Return values:</para>
13861384
<itemizedlist>
13871385
<listitem>
13881386
<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[
13911389
You must have superuser rights to retrieve jobs executed by another user.</para>
13921390
</listitem>
13931391
</itemizedlist>
1394-
</para><para>
1392+
<para>
13951393
For details on the <type>cron_rec</type> type, see <xref linkend="pgpro-scheduler-sql-types">.
13961394
</para>
13971395
</listitem>
@@ -1443,7 +1441,7 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
14431441
You must have superuser rights to call this function.
14441442
</para>
14451443
<para>
1446-
Return values:
1444+
Return values:</para>
14471445
<itemizedlist>
14481446
<listitem><para>A set of records of type <type>cron_job</type>.</para></listitem></itemizedlist>
14491447
<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[
14641462
Returns the list of all completed jobs.
14651463
You must have superuser rights to call this function.
14661464
</para>
1467-
<para>Return values:
1465+
<para>Return values:</para>
14681466
<itemizedlist>
14691467
<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>
14711469
<para>For details on the <type>cron_job</type> type, see <xref linkend="pgpro-scheduler-sql-types">.</para>
14721470
</listitem>
14731471
</varlistentry>
@@ -1485,21 +1483,20 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
14851483
Returns the list of completed jobs executed by the specified user.
14861484
</para>
14871485
<para>
1488-
Arguments:
1486+
Arguments:</para>
14891487
<itemizedlist>
14901488
<listitem>
14911489
<para><parameter>username</parameter> &mdash; username, optional.</para>
14921490
</listitem>
14931491
</itemizedlist>
1494-
</para>
14951492
<para>
14961493
If <parameter>username</parameter> is omitted, the session username is used.
14971494
You must have superuser rights to retrieve the list of jobs executed by another user.
14981495
</para>
1499-
<para>Return values:
1496+
<para>Return values:</para>
15001497
<itemizedlist>
15011498
<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>
15031500
<para>For details on the <type>cron_job</type> type, see <xref linkend="pgpro-scheduler-sql-types">.</para>
15041501
</listitem>
15051502
</varlistentry>
@@ -1518,11 +1515,10 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
15181515
You must have superuser rights to call this function.
15191516
</para>
15201517
<para>
1521-
Return values:
1518+
Return values:</para>
15221519
<itemizedlist>
15231520
<listitem>
15241521
<para>The number of records deleted.</para></listitem></itemizedlist>
1525-
</para>
15261522
</listitem>
15271523
</varlistentry>
15281524
</variablelist>

0 commit comments

Comments
 (0)