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

Commit ce1d829

Browse files
committed
Done:
> o -Allow NULLs in arrays
1 parent c28c00e commit ce1d829

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 (pgman@candle.pha.pa.us)
5-
Last updated: Tue Nov 22 17:53:39 EST 2005
5+
Last updated: Tue Nov 22 18:22:37 EST 2005
66

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

240240
* Arrays
241241

242-
o Allow NULLs in arrays
242+
o -Allow NULLs in arrays
243243
o Delay resolution of array expression's data type so assignment
244244
coercion can be performed on empty array expressions
245245

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Tue Nov 22 17:53:39 EST 2005
11+
Last updated: Tue Nov 22 18:22:37 EST 2005
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>.
@@ -223,7 +223,7 @@ <h1><a name="section_4">Data Types</a></h1>
223223
</p></ul>
224224
</li><li>Arrays
225225
<ul>
226-
<li>Allow NULLs in arrays
226+
<li>-<em>Allow NULLs in arrays</em>
227227
</li><li>Delay resolution of array expression's data type so assignment
228228
coercion can be performed on empty array expressions
229229
</li></ul>

0 commit comments

Comments
 (0)