BSim: Clarify install dependencies for PostgreSQL server

This commit is contained in:
Andras Gemes 2024-12-16 11:34:27 +01:00
parent 97aadfa05a
commit b69e487654
No known key found for this signature in database
GPG key ID: D64A77A120E6A966
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@
<DIV class="informalexample"> <DIV class="informalexample">
<TABLE border="0" summary="Simple list" class="simplelist"> <TABLE border="0" summary="Simple list" class="simplelist">
<TR> <TR>
<TD><CODE class="computeroutput">https://www.postgresql.org/docs/current/install-requirements.html <TD><CODE class="computeroutput">https://www.postgresql.org/docs/15/install-requirements.html
</CODE></TD> </CODE></TD>
</TR> </TR>
</TABLE> </TABLE>

View file

@ -38,7 +38,7 @@
# postgresql build. Please refer to the following web page for # postgresql build. Please refer to the following web page for
# software dependencies: # software dependencies:
# #
# https://www.postgresql.org/docs/current/install-requirements.html # https://www.postgresql.org/docs/15/install-requirements.html
# #
# Or for Linux specific package dependencies, see: # Or for Linux specific package dependencies, see:
# #