Skip to content

Commit b6e2fab

Browse files
committed
Add URL for:
* Allow adding/renaming/removing enumerated values to an existing enumerated data type > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php >
1 parent 5463d39 commit b6e2fab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/TODO

Lines changed: 4 additions & 1 deletion
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:57:25 EDT 2008
4+
Last updated: Fri Apr 25 17:38:39 EDT 2008
55

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

268268
* Allow adding/renaming/removing enumerated values to an existing
269269
enumerated data type
270+
271+
http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php
272+
270273
* Dates and Times
271274

272275
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 Apr 24 16:57:25 EDT 2008
11+
Last updated: Fri Apr 25 17:38:39 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>.
@@ -234,6 +234,8 @@ <h1><a name="section_3">Data Types</a></h1>
234234
</p>
235235
</li><li>Allow adding/renaming/removing enumerated values to an existing
236236
enumerated data type
237+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php</a>
238+
</p>
237239
</li><li>Dates and Times
238240
<ul>
239241
<li>Allow infinite dates and intervals just like infinite timestamps

0 commit comments

Comments
 (0)