forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit91e9558
committed
Add:
< * -Make 64-bit version of the MONEY data type< * Add locale-aware MONEY type, and support multiple currencies<<http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php<http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php<< * MONEY dumps in a locale-specific format making it difficult to< restore to a system with a different locale>> * MONEY data type>> o -Make 64-bit version of the MONEY data type> * Add locale-aware MONEY type, and support multiple currencies>>http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php>http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php>> * MONEY dumps in a locale-specific format making it difficult to> restore to a system with a different locale> * Allow MONEY to be cast to/from other numeric data types1 parentc534ba1 commit91e9558
2 files changed
+28
-18
lines changedLines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 | 181 |
| |
190 | 182 |
| |
191 | 183 |
| |
| |||
336 | 328 |
| |
337 | 329 |
| |
338 | 330 |
| |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
339 | 343 |
| |
340 | 344 |
| |
341 | 345 |
| |
|
Lines changed: 15 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
| 168 | + | |
176 | 169 |
| |
177 | 170 |
| |
178 | 171 |
| |
| |||
304 | 297 |
| |
305 | 298 |
| |
306 | 299 |
| |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
307 | 313 |
| |
308 | 314 |
| |
309 | 315 |
| |
|
0 commit comments
Comments
(0)