File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Tue Feb 13 23:19:33 EST 2007
5
+ Last updated: Tue Feb 13 23:24:39 EST 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1378,6 +1378,10 @@ Source Code
1378
1378
* Improve NLS maintenance of libpgport messages linked onto applications
1379
1379
* Allow ecpg to work with MSVC and BCC
1380
1380
* Add xpath_array() to /contrib/xml2 to return results as an array
1381
+ * Clean up casting in /contrib/isn
1382
+
1383
+ http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php
1384
+
1381
1385
* Allow building in directories containing spaces
1382
1386
1383
1387
This is probably not possible because 'gmake' and other compiler tools
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: Tue Feb 13 23:19:33 EST 2007
11
+ Last updated: Tue Feb 13 23:24:39 EST 2007
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 > .
@@ -1233,6 +1233,9 @@ <h1><a name="section_21">Source Code</a></h1>
1233
1233
</ li > < li > Improve NLS maintenance of libpgport messages linked onto applications
1234
1234
</ li > < li > Allow ecpg to work with MSVC and BCC
1235
1235
</ li > < li > Add xpath_array() to /contrib/xml2 to return results as an array
1236
+ </ li > < li > Clean up casting in /contrib/isn
1237
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php "> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php</ a >
1238
+ </ p >
1236
1239
</ li > < li > Allow building in directories containing spaces
1237
1240
< p > This is probably not possible because 'gmake' and other compiler tools
1238
1241
do not fully support quoting of paths with spaces.
You can’t perform that action at this time.
0 commit comments