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

Commit18f2e03

Browse files
committed
Add:
> * Simplify ability to create partitioned tables>> This would allow creation of partitioned tables without requiring> creation of rules for INSERT/UPDATE/DELETE, and constraints for> rapid partition selection. Options could include range and hash> partition selection.>> * Allow auto-selection of partitioned tables for min/max() operations
1 parente0938c3 commit18f2e03

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

‎doc/TODO

Lines changed: 9 additions & 1 deletion
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 Sep 218:58:54 EDT 2006
5+
Last updated:Sat Sep 219:47:37 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -64,6 +64,14 @@ Administration
6464

6565
* -Re-enable the GUC full_page_writes in 8.2 when reliability issues have
6666
been addressed
67+
* Simplify ability to create partitioned tables
68+
69+
This would allow creation of partitioned tables without requiring
70+
creation of rules for INSERT/UPDATE/DELETE, and constraints for
71+
rapid partition selection. Options could include range and hash
72+
partition selection.
73+
74+
* Allow auto-selection of partitioned tables for min/max() operations
6775

6876

6977
* Improve replication solutions

‎doc/src/FAQ/TODO.html

Lines changed: 8 additions & 1 deletion
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 Sep 218:58:54 EDT 2006
11+
Last updated: Sat Sep 219:47:37 EDT 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>.
@@ -64,6 +64,13 @@ <h1><a name="section_2">Administration</a></h1>
6464
</p>
6565
</li><li>-<em>Re-enable the GUC full_page_writes in 8.2 when reliability issues have</em>
6666
been addressed
67+
</li><li>Simplify ability to create partitioned tables
68+
<p> This would allow creation of partitioned tables without requiring
69+
creation of rules for INSERT/UPDATE/DELETE, and constraints for
70+
rapid partition selection. Options could include range and hash
71+
partition selection.
72+
</p>
73+
</li><li>Allow auto-selection of partitioned tables for min/max() operations
6774
</li><li>Improve replication solutions
6875
<ul>
6976
<li>Load balancing

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp