Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06d0090

Browse files
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.php
1 parentd23d19a commit06d0090

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

‎doc/TODO

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (bruce@momjian.us)
5-
Last updated:Sat Jan 6 17:19:41 EST 2007
5+
Last updated:Sat Jan 6 17:24:00 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -168,12 +168,10 @@ Monitoring
168168
Data Types
169169
==========
170170

171-
* Improve the MONEY data type
171+
* -Make 64-bit version of the MONEY data type
172+
* Add locale-aware MONEY type, and support multiple currencies
172173

173-
Change the MONEY data type to use DECIMAL internally, with special
174-
locale-aware output formatting.
175174
http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php
176-
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01107.php
177175

178176
* Change NUMERIC to enforce the maximum precision
179177
* Add NUMERIC division operator that doesn't round?

‎doc/src/FAQ/TODO.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Sat Jan 6 17:19:41 EST 2007
11+
Last updated: Sat Jan 6 17:24:00 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -154,11 +154,9 @@ <h1><a name="section_3">Monitoring</a></h1>
154154
<h1><aname="section_4">Data Types</a></h1>
155155

156156
<ul>
157-
<li>Improve the MONEY data type
158-
<p> Change the MONEY data type to use DECIMAL internally, with special
159-
locale-aware output formatting.
160-
<ahref="http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php">http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php</a>
161-
<ahref="http://archives.postgresql.org/pgsql-hackers/2006-09/msg01107.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg01107.php</a>
157+
<li>-<em>Make 64-bit version of the MONEY data type</em>
158+
</li><li>Add locale-aware MONEY type, and support multiple currencies
159+
<p><ahref="http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php">http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php</a>
162160
</p>
163161
</li><li>Change NUMERIC to enforce the maximum precision
164162
</li><li>Add NUMERIC division operator that doesn't round?

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp