#7863 closed enhancement (fixed)
postgresql Typo Fixes
Reported by: | Douglas R. Reno | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Found the following typos in the Postgresql page in trunk. I created this ticket to remember it.
Tests must be run as unprivileged user, because they need to start a temporary server, and this is prevented as root user. For the same reason, you need to stop all PostgreSQL servers if any '''is''' running. If a previous version of PostgreSQL is installed, it may be necessary to use --disable-rpath with configure to avoid failures, but '''installing the binaries created using this switch is not''' '''recommneded'''. To test the results, issue: make check.
- Add "an" after unprivileged user.
- Add "the" after prevented.
- s/is/are
- s/recommneded/recommended
- Remove the spurious <command> tag from "installing the binaries created using this switch is not recommended"
Change History (5)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Note:
See TracTickets
for help on using tickets.
The <command> is used to make the text bold. Fixing the others.