Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 91674bc

Browse files
committed
Update TODO item:
> * Allow adding/renaming/removing enumerated values to an existing > enumerated data type
1 parent 46e9709 commit 91674bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Thu Apr 24 16:29:07 EDT 2008
4+
Last updated: Thu Apr 24 16:57:25 EDT 2008
55

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

266266
http://archives.postgresql.org/pgsql-general/2008-02/msg00347.php
267267

268-
* Allow adding/removing enumerated values to an existing enumerated data
269-
type
268+
* Allow adding/renaming/removing enumerated values to an existing
269+
enumerated data type
270270
* Dates and Times
271271

272272
o Allow infinite dates and intervals just like infinite timestamps

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 deletions
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 Apr 24 16:29:07 EDT 2008
11+
Last updated: Thu Apr 24 16:57:25 EDT 2008
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>.
@@ -232,8 +232,8 @@ <h1><a name="section_3">Data Types</a></h1>
232232
</li><li>Allow XML to accept more liberal DOCTYPE specifications
233233
<p> <a href="http://archives.postgresql.org/pgsql-general/2008-02/msg00347.php">http://archives.postgresql.org/pgsql-general/2008-02/msg00347.php</a>
234234
</p>
235-
</li><li>Allow adding/removing enumerated values to an existing enumerated data
236-
type
235+
</li><li>Allow adding/renaming/removing enumerated values to an existing
236+
enumerated data type
237237
</li><li>Dates and Times
238238
<ul>
239239
<li>Allow infinite dates and intervals just like infinite timestamps

0 commit comments

Comments
 (0)