File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ package management system such as RPM to install PostgreSQL, be sure that the
4646to find it:
4747
4848``` sh
49- env PG_CONFIG=/path/to/pg_config make && make installcheck && make install
49+ env PG_CONFIG=/path/to/pg_config make && make install && make installcheck
5050```
5151
5252If you encounter an error such as:
@@ -138,4 +138,4 @@ particular purpose. The software provided hereunder is on an "as is" basis,
138138and The pg-semver Maintainers no obligations to provide maintenance, support,
139139updates, enhancements, or modifications.
140140
141- [ `postgresql.conf` parameters ] : https://www.postgresql.org/docs/devel/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-OTHER
141+ [ `postgresql.conf` parameters ] : https://www.postgresql.org/docs/devel/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-OTHER
You can’t perform that action at this time.
0 commit comments