Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57519a commit aa31b29Copy full SHA for aa31b29
doc/src/sgml/pgprewarm.sgml
@@ -121,6 +121,19 @@ autoprewarm_dump_now() RETURNS int8
121
</listitem>
122
</varlistentry>
123
</variablelist>
124
+ <para>
125
+ These parameters must be set in <filename>postgresql.conf</filename>.
126
+ Typical usage might be:
127
+ </para>
128
+
129
+<programlisting>
130
+# postgresql.conf
131
+shared_preload_libraries = 'pg_prewarm'
132
133
+pg_prewarm.autoprewarm = true
134
+pg_prewarm.autoprewarm_interval = 300s
135
136
+</programlisting>
137
138
</sect2>
139
0 commit comments