Skip to content

Commit 18d36f9

Browse files
committed
Add:
> * Consider placing all sequences in a single table, now that system > tables are full transactional
1 parent 2737f30 commit 18d36f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 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: Thu Feb 8 16:51:45 EST 2007
5+
Last updated: Thu Feb 8 19:32:09 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -231,6 +231,8 @@ Data Types
231231

232232
http://developer.postgresql.org/index.php/XML_Support
233233

234+
* Consider placing all sequences in a single table, now that system
235+
tables are full transactional
234236
* Dates and Times
235237

236238
o Allow infinite dates and intervals just like infinite timestamps

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Thu Feb 8 16:51:45 EST 2007
11+
Last updated: Thu Feb 8 19:32:09 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -208,6 +208,8 @@ <h1><a name="section_4">Data Types</a></h1>
208208
</li><li>Improve XML support
209209
<p> <a href="http://developer.postgresql.org/index.php/XML_Support">http://developer.postgresql.org/index.php/XML_Support</a>
210210
</p>
211+
</li><li>Consider placing all sequences in a single table, now that system
212+
tables are full transactional
211213
</li><li>Dates and Times
212214
<ul>
213215
<li>Allow infinite dates and intervals just like infinite timestamps

0 commit comments

Comments
 (0)