forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e938a8
committed
Improve installation instructions with pg_ctl in documentation
The documentation includes sections to be able to initialize and startPostgres via a couple of commands. Some of its recommendations involveusing directly "postgres", which is inconsistent with the recommendationgiven by initdb. At the same time make some other command calls moreconsistent with the rest, by using an absolute path when creating adatabase.Author: Andreas ScherbaumReviewed-by: Michael Banck, Ryan Lambert1 parent558d77f commit3e938a8
2 files changed
+5
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Lines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
| 80 | + | |
85 | 81 |
| |
86 | 82 |
| |
87 | 83 |
| |
88 | 84 |
| |
89 |
| - | |
| 85 | + | |
90 | 86 |
| |
91 | 87 |
| |
92 | 88 |
| |
93 | 89 |
| |
94 | 90 |
| |
95 | 91 |
| |
96 |
| - | |
| 92 | + | |
97 | 93 |
| |
98 |
| - | |
| 94 | + | |
99 | 95 |
| |
100 | 96 |
| |
101 | 97 |
| |
|
0 commit comments
Comments
(0)