Content-Length: 273937 | pFad | http://github.com/postgrespro/postgres/commit/aa31b29375b9afbe1330d7726855645ff82a2e51
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
Fetched URL: http://github.com/postgrespro/postgres/commit/aa31b29375b9afbe1330d7726855645ff82a2e51
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments