forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit06d0090
committed
Updates for MONEY data type:
< * Improve the MONEY data type> * -Make 64-bit version of the MONEY data type> * Add locale-aware MONEY type, and support multiple currencies< Change the MONEY data type to use DECIMAL internally, with special< locale-aware output formatting.<http://archives.postgresql.org/pgsql-hackers/2006-09/msg01107.php1 parentd23d19a commit06d0090
2 files changed
+7
-11
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
171 |
| - | |
| 171 | + | |
| 172 | + | |
172 | 173 |
| |
173 |
| - | |
174 |
| - | |
175 | 174 |
| |
176 |
| - | |
177 | 175 |
| |
178 | 176 |
| |
179 | 177 |
| |
|
Lines changed: 4 additions & 6 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 |
| |
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
162 | 160 |
| |
163 | 161 |
| |
164 | 162 |
| |
|
0 commit comments
Comments
(0)