|
77 | 77 | <para>Modify the <filename>postgresql.conf</filename> file by adding
|
78 | 78 | <filename>pgpro_scheduler</filename> to the
|
79 | 79 | <varname>shared_preload_libraries</varname> variable:
|
80 |
| - </para> |
81 | 80 | <programlisting>
|
82 | 81 | shared_preload_libraries = 'pgpro_scheduler'
|
83 |
| -</programlisting> |
| 82 | +</programlisting></para> |
84 | 83 | </listitem>
|
85 | 84 | <listitem>
|
86 | 85 | <para>
|
87 | 86 | From the command line, run the following query:
|
88 | 87 | <programlisting>
|
89 | 88 | $ psql -d <replaceable>dbname</replaceable> -c "CREATE EXTENSION pgpro_scheduler;"
|
90 | 89 | </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> |
93 | 91 | </listitem>
|
94 | 92 | </orderedlist>
|
95 | 93 | <para>
|
|