File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current maintainer: Bruce Momjian (bruce@momjian.us)
4
- Last updated: Mon Mar 24 14:24:24 EDT 2008
4
+ Last updated: Mon Mar 24 19:46:16 EDT 2008
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -263,6 +263,13 @@ Data Types
263
263
264
264
http://archives.postgresql.org/pgsql-general/2007-12/msg00273.php
265
265
266
+ * Allow xml arrays to be cast to other data types
267
+
268
+ http://archives.postgresql.org/pgsql-hackers/2007-09/msg00981.php
269
+ http://archives.postgresql.org/pgsql-hackers/2007-10/msg00231.php
270
+ http://archives.postgresql.org/pgsql-hackers/2007-11/msg00471.php
271
+
272
+
266
273
267
274
* Dates and Times
268
275
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Mon Mar 24 14:24:24 EDT 2008
11
+ Last updated: Mon Mar 24 19:46:16 EDT 2008
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -231,6 +231,11 @@ <h1><a name="section_3">Data Types</a></h1>
231
231
</ p >
232
232
</ li > < li > Reduce BIT data type overhead using short varlena headers
233
233
< p > < a href ="http://archives.postgresql.org/pgsql-general/2007-12/msg00273.php "> http://archives.postgresql.org/pgsql-general/2007-12/msg00273.php</ a >
234
+ </ p >
235
+ </ li > < li > Allow xml arrays to be cast to other data types
236
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-09/msg00981.php "> http://archives.postgresql.org/pgsql-hackers/2007-09/msg00981.php</ a >
237
+ < a href ="http://archives.postgresql.org/pgsql-hackers/2007-10/msg00231.php "> http://archives.postgresql.org/pgsql-hackers/2007-10/msg00231.php</ a >
238
+ < a href ="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00471.php "> http://archives.postgresql.org/pgsql-hackers/2007-11/msg00471.php</ a >
234
239
</ p >
235
240
</ li > < li > Dates and Times
236
241
< ul >
You can’t perform that action at this time.
0 commit comments