forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6462e7b
committed
Add a --locale switch to createdb, to ease the creation of databases with
different locales. This is just syntactical sweetener over --lc-collate and--lc-ctype. Per discussion.While at it, properly document --lc-ctype and --lc-collate in SGML docs,which apparently were forgotten (or purposefully ommited?) when they werecreated.1 parent2b74d45 commit6462e7b
2 files changed
+57
-4
lines changedLines changed: 31 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
109 | 138 |
| |
110 | 139 |
| |
111 | 140 |
| |
| |||
142 | 171 |
| |
143 | 172 |
| |
144 | 173 |
| |
145 |
| - | |
| 174 | + | |
146 | 175 |
| |
147 | 176 |
| |
148 | 177 |
| |
|
Lines changed: 26 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| |||
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
| 58 | + | |
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
| |||
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
68 |
| - | |
| 70 | + | |
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
| |||
105 | 107 |
| |
106 | 108 |
| |
107 | 109 |
| |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 |
| |
109 | 114 |
| |
110 | 115 |
| |
| |||
129 | 134 |
| |
130 | 135 |
| |
131 | 136 |
| |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
132 | 155 |
| |
133 | 156 |
| |
134 | 157 |
| |
| |||
224 | 247 |
| |
225 | 248 |
| |
226 | 249 |
| |
| 250 | + | |
227 | 251 |
| |
228 | 252 |
| |
229 | 253 |
| |
|
0 commit comments
Comments
(0)