forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitba356a3
committed
Doc: improve libpq service-file docs, avoid overspecifying pathnames.
Clarify libpq.sgml's description of service file locations andsemantics. Avoid use of backtick'ed pg_config calls to describepaths; that doesn't work on Windows, and even on Unix it's anidiom that not all readers may be instantly familiar with.Don't overspecify the locations of include files, instead writingonly as much as you'd use in #include directives. The previous textin these places was incorrect for some installations, depending onwhere "postgresql" is in the install path.Our convention for referencing the user's home directory seemsto be "~", so change the one place that spelled it "$HOME".install-windows.sgml follows the platform convention of spellingfile paths with "\", so change the one place that used "/".Haiying Tang and Tom LaneDiscussion:https://postgr.es/m/162149020918.26174.7150424047314144297@wrigleys.postgresql.org1 parentb1d6538 commitba356a3
File tree
4 files changed
+36
-18
lines changed- doc/src/sgml
4 files changed
+36
-18
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10888 | 10888 |
| |
10889 | 10889 |
| |
10890 | 10890 |
| |
10891 |
| - | |
| 10891 | + | |
10892 | 10892 |
| |
10893 | 10893 |
| |
10894 | 10894 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Lines changed: 33 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3829 | 3829 |
| |
3830 | 3830 |
| |
3831 | 3831 |
| |
3832 |
| - | |
3833 |
| - | |
| 3832 | + | |
| 3833 | + | |
| 3834 | + | |
3834 | 3835 |
| |
3835 | 3836 |
| |
3836 | 3837 |
| |
| |||
8091 | 8092 |
| |
8092 | 8093 |
| |
8093 | 8094 |
| |
8094 |
| - | |
| 8095 | + | |
8095 | 8096 |
| |
8096 |
| - | |
| 8097 | + | |
8097 | 8098 |
| |
8098 | 8099 |
| |
8099 | 8100 |
| |
8100 | 8101 |
| |
8101 |
| - | |
8102 |
| - | |
8103 |
| - | |
8104 |
| - | |
8105 |
| - | |
8106 |
| - | |
8107 |
| - | |
8108 |
| - | |
8109 |
| - | |
| 8102 | + | |
| 8103 | + | |
| 8104 | + | |
| 8105 | + | |
| 8106 | + | |
| 8107 | + | |
| 8108 | + | |
| 8109 | + | |
| 8110 | + | |
| 8111 | + | |
| 8112 | + | |
| 8113 | + | |
| 8114 | + | |
8110 | 8115 |
| |
8111 | 8116 |
| |
8112 | 8117 |
| |
8113 |
| - | |
| 8118 | + | |
8114 | 8119 |
| |
8115 | 8120 |
| |
8116 | 8121 |
| |
| |||
8121 | 8126 |
| |
8122 | 8127 |
| |
8123 | 8128 |
| |
8124 |
| - | |
| 8129 | + | |
| 8130 | + | |
8125 | 8131 |
| |
8126 | 8132 |
| |
| 8133 | + | |
| 8134 | + | |
| 8135 | + | |
| 8136 | + | |
| 8137 | + | |
| 8138 | + | |
| 8139 | + | |
| 8140 | + | |
| 8141 | + | |
| 8142 | + | |
| 8143 | + | |
| 8144 | + | |
8127 | 8145 |
| |
8128 | 8146 |
| |
8129 | 8147 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
0 commit comments
Comments
(0)