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

Commit 259826a

Browse files
author
Liudmila Mantrova
committed
Fixes for tag errors on lines 99 and 492 in pgpro-scheduler.xml
1 parent 6abdac3 commit 259826a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/src/sgml/pgpro-scheduler.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</para>
7272
<para>
7373
To complete the installation of
74-
<filename>pgpro_scheduler</filename>:
74+
<filename>pgpro_scheduler</filename>:</para>
7575
<orderedlist>
7676
<listitem>
7777
<para>Modify the <filename>postgresql.conf</filename> file by adding
@@ -437,7 +437,7 @@ SELECT schedule.create_job('{&quot;commands&quot;: &quot;SELECT random()&quot;,
437437
<title>Setting Additional Conditions for Job Execution</title>
438438
<para>
439439
The <filename>pgpro_scheduler</filename> extension enables you
440-
to define additional conditions for task execution:
440+
to define additional conditions for task execution:</para>
441441
<itemizedlist>
442442
<listitem>
443443
<para>
@@ -463,7 +463,8 @@ SELECT schedule.create_job('{&quot;commands&quot;: &quot;SELECT random()&quot;,
463463
</listitem>
464464
</itemizedlist>
465465
<para>
466-
<emphasis role="strong">Examples:</emphasis> </para><para>To limit job
466+
<emphasis role="strong">Examples:</emphasis> </para>
467+
<para>To limit job
467468
execution to 5 seconds:
468469
<programlisting>
469470
SELECT schedule.create_job('{&quot;commands&quot;: &quot;SELECT pg_sleep(10)&quot;, &quot;cron&quot;: &quot;15 */10 * * *&quot;, &quot;max_run_time&quot;: &quot;5 seconds&quot; }');
@@ -698,7 +699,7 @@ SELECT schedule.create_job('{&quot;commands&quot;: &quot;SELECT ''zzz''&quot;, &
698699
</para></listitem><listitem>
699700
<para><literal>failure</literal> &mdash; transaction has failed to finish;.
700701
</para></listitem><listitem>
701-
<para><literal>running</literal> &mdash
702+
<para><literal>running</literal> &mdash;
702703
transaction is in progress. </para></listitem>
703704
<listitem>
704705
<para><literal>undefined</literal> &mdash; transaction has
@@ -937,12 +938,12 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
937938
<para><literal>minutes</literal> &mdash; minutes; an array of
938939
integers in range [0, 59]
939940
</para></listitem><listitem><para>
940-
<literal>hours</literal> &mdash
941+
<literal>hours</literal> &mdash;
941942
hours; an array of integers in range [0, 23]
942943
</para></listitem><listitem><para>
943944
<literal>days</literal> &mdash; days of the month; an array of
944945
integers in range [1, 31]
945-
</para></listitem><listitem><para><literal>months</literal> &mdash
946+
</para></listitem><listitem><para><literal>months</literal> &mdash;
946947
months; an array of integers in range [1, 12]
947948
</para></listitem><listitem><para>
948949
<literal>wdays</literal> &mdash; days of the week; an array of

0 commit comments

Comments
 (0)