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

Commit9497454

Browse files
committed
1 parent0fc2947 commit9497454

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

‎doc/TODO

Lines changed: 2 additions & 2 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:Mon Oct 23 22:42:19 EDT 2006
5+
Last updated:Tue Nov 14 17:26:31 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1365,7 +1365,7 @@ Exotic Features
13651365
identifiers
13661366

13671367
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
1368-
1368+
http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
13691369

13701370

13711371
Features We Do _Not_ Want

‎doc/src/FAQ/TODO.html

Lines changed: 6 additions & 5 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:Mon Oct 23 22:42:19 EDT 2006
11+
Last updated:Tue Nov 14 17:26:31 EST 2006
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>.
@@ -162,7 +162,7 @@ <h1><a name="section_4">Data Types</a></h1>
162162
</p>
163163
</li><li>Change NUMERIC to enforce the maximum precision
164164
</li><li>Add NUMERIC division operator that doesn't round?
165-
<p> Currently NUMERIC_rounds_ the result to the specified precision.
165+
<p> Currently NUMERIC<u>rounds</u> the result to the specified precision.
166166
This means division can return a result that multiplied by the
167167
divisor is greater than the dividend, e.g. this returns a value &gt; 10:
168168
</p>
@@ -1099,7 +1099,7 @@ <h1><a name="section_20">Miscellaneous Performance</a></h1>
10991099
require frequent mapping/unmapping. Extending the file also causes
11001100
mapping problems that might require mapping only individual pages,
11011101
leading to thousands of mappings. Another problem is that there is no
1102-
way to_prevent_ I/O to disk from the dirty shared buffers so changes
1102+
way to<u>prevent</u> I/O to disk from the dirty shared buffers so changes
11031103
could hit disk before WAL is written.
11041104
</p>
11051105
</li><li>Add a script to ask system configuration questions and tune postgresql.conf
@@ -1204,7 +1204,7 @@ <h1><a name="section_21">Source Code</a></h1>
12041204
<li>Allow dynamic character set handling
12051205
</li><li>Add decoded type, length, precision
12061206
</li><li>Use compression?
1207-
</li><li>Update clients to use data types, typmod,<ahref="http://schema.table.column">schema.table.column</a>/ names
1207+
</li><li>Update clients to use data types, typmod, schema.table.column names
12081208
of result sets using new statement protocol
12091209
</li></ul>
12101210
</li></ul>
@@ -1233,9 +1233,10 @@ <h1><a name="section_22">Exotic Features</a></h1>
12331233
</li><li>Consider allowing control of upper/lower case folding of unquoted
12341234
identifiers
12351235
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php">http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php</a>
1236+
<ahref="http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php</a>
12361237
</p>
12371238
</li></ul>
1238-
<h1><aname="section_23">Features We Do_Not_ Want</a></h1>
1239+
<h1><aname="section_23">Features We Do<u>Not</u> Want</a></h1>
12391240

12401241
<ul>
12411242
<li>All backends running as threads in a single process (not wanted)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp