On Wed, Jan 19, 2022 at 10:24:57AM +0100, Daniel Gustafsson wrote: > > On 17 Jan 2022, at 23:55, PG Doc comments form <nore...@postgresql.org> > > wrote: > > > The instructions say that I have to edit config.pl (actually, I had to > > create it).. > > I know next to nothing about NLS on Windows, but regardless of doc updates for > this I think we should clarify that config.pl may not exist, like how we do > for > buildenv.pl.
Good point --- I have developed the attached patch to implement this. -- Bruce Momjian <br...@momjian.us> https://momjian.us EDB https://enterprisedb.com Indecision is a decision. Inaction is an action. Mark Batterson
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index afb004b5cf..11e153578c 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -122,7 +122,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>,