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

Commit 61f6d46

Browse files
author
Liudmila Mantrova
committed
Fix for tagging issues in Installation chapter of scheduler docs
1 parent 7ea6ade commit 61f6d46

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/src/sgml/pgpro-scheduler.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,17 @@
7777
<para>Modify the <filename>postgresql.conf</filename> file by adding
7878
<filename>pgpro_scheduler</filename> to the
7979
<varname>shared_preload_libraries</varname> variable:
80-
</para>
8180
<programlisting>
8281
shared_preload_libraries = 'pgpro_scheduler'
83-
</programlisting>
82+
</programlisting></para>
8483
</listitem>
8584
<listitem>
8685
<para>
8786
From the command line, run the following query:
8887
<programlisting>
8988
$ psql -d <replaceable>dbname</replaceable> -c &quot;CREATE EXTENSION pgpro_scheduler;&quot;
9089
</programlisting>
91-
where <replaceable>dbname</replaceable> is the name of the database for which you would like to use <filename>pgpro_scheduler</filename>. Make sure to create the <filename>pgpro_scheduler</filename> extension for each database you are planning to use.
92-
</para>
90+
where <replaceable>dbname</replaceable> is the name of the database for which you would like to use <filename>pgpro_scheduler</filename>. Make sure to create the <filename>pgpro_scheduler</filename> extension for each database you are planning to use.</para>
9391
</listitem>
9492
</orderedlist>
9593
<para>

0 commit comments

Comments
 (0)