Skip to content

Commit 1b49641

Browse files
author
Liudmila Mantrova
committed
Fixed sgml markup for scheduler docs
1 parent dff5de1 commit 1b49641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/pgpro-scheduler.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
21172117
</sect4>
21182118
<sect4 id="pgpro-scheduler-one-time-job-functions"><title>Functions for Managing One-Time Jobs</title>
21192119
<variablelist>
2120-
<varlistentry id="pgpro-scheduler-submit-job" xreflabel="schedule.submit_job()">
2120+
<varlistentry>
21212121
<term>
21222122
<function>schedule.submit_job(<parameter>query</parameter> <type>text</type> [<replaceable>options...</replaceable>])
21232123
</function>
@@ -2213,7 +2213,7 @@ schedule.create_job(<parameter>dates</parameter> <type>timestamp with time zone[
22132213
<listitem>
22142214
<para>ID of the created job.</para>
22152215
<para>Type: <type>bigint</type></para>
2216-
</listitem>
2216+
</listitem></itemizedlist>
22172217
</varlistentry>
22182218

22192219
<varlistentry>

0 commit comments

Comments
 (0)