summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2022-08-12 15:35:22 +0000
committerBruce Momjian2022-08-12 15:35:22 +0000
commit06632121266f0654fbb0c4891475c34cd8c731e2 (patch)
tree9faefb4aef9fb774ef3a3b858ebbb66e52f6ca0e /doc/src
parentfd868582e2df970326d810d5085db4844f290c1d (diff)
doc: clarify configuration file for Windows builds
The use of file 'config.pl' was not clearly explained. Reported-by: liambowen@gmail.com Discussion: https://postgr.es/m/164246013804.31952.4958087335645367498@wrigleys.postgresql.org Backpatch-through: 10
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/install-windows.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index 8506383288e..169765f57bc 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -116,7 +116,7 @@
</para>
<para>
- Before you build, you may need to edit the file <filename>config.pl</filename>
+ Before you build, you can create the file <filename>config.pl</filename>
to reflect any configuration options you want to change, or the paths to
any third party libraries to use. The complete configuration is determined
by first reading and parsing the file <filename>config_default.pl</filename>,