File tree 2 files changed +9
-2
lines changed
2 files changed +9
-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 17 19:32:16 EDT 2008
4
+ Last updated: Mon Mar 17 19:49:30 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.
@@ -243,6 +243,10 @@ Data Types
243
243
244
244
http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php
245
245
246
+ * Reduce BIT data type overhead using short varlena headers
247
+
248
+ http://archives.postgresql.org/pgsql-general/2007-12/msg00273.php
249
+
246
250
247
251
* Dates and Times
248
252
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 17 19:32:16 EDT 2008
11
+ Last updated: Mon Mar 17 19:49:30 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 > .
@@ -214,6 +214,9 @@ <h1><a name="section_3">Data Types</a></h1>
214
214
</ p >
215
215
</ li > < li > Consider a special data type for regular expressions
216
216
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php "> http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php</ a >
217
+ </ p >
218
+ </ li > < li > Reduce BIT data type overhead using short varlena headers
219
+ < p > < a href ="http://archives.postgresql.org/pgsql-general/2007-12/msg00273.php "> http://archives.postgresql.org/pgsql-general/2007-12/msg00273.php</ a >
217
220
</ p >
218
221
</ li > < li > Dates and Times
219
222
< ul >
You can’t perform that action at this time.
0 commit comments