File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Expand file tree Collapse file tree 2 files changed +4
-21
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: Wed Apr 16 13:49:50 EDT 2008
4
+ Last updated: Thu Apr 17 16:56:51 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.
@@ -20,17 +20,8 @@ http://developer.postgresql.org.
20
20
Administration
21
21
==============
22
22
23
- * Allow administrators to safely terminate individual sessions either
23
+ * - Allow administrators to safely terminate individual sessions either
24
24
via an SQL function or SIGTERM
25
-
26
- Lock table corruption following SIGTERM of an individual backend
27
- has been reported in 8.0. A possible cause was fixed in 8.1, but
28
- it is unknown whether other problems exist. This item mostly
29
- requires additional testing rather than of writing any new code.
30
-
31
- http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php
32
- http://archives.postgresql.org/pgsql-hackers/2007-04/msg00218.php
33
-
34
25
* Check for unreferenced table files created by transactions that were
35
26
in-progress when the server terminated abruptly
36
27
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: Wed Apr 16 13:49:50 EDT 2008
11
+ Last updated: Thu Apr 17 16:56:51 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 > .
@@ -26,16 +26,8 @@ <h1><a name="section_1">PostgreSQL TODO List</a></h1>
26
26
< h1 > < a name ="section_2 "> Administration</ a > </ h1 >
27
27
28
28
< ul >
29
- < li > Allow administrators to safely terminate individual sessions either
29
+ < li > - < em > Allow administrators to safely terminate individual sessions either</ em >
30
30
via an SQL function or SIGTERM
31
- < p > Lock table corruption following SIGTERM of an individual backend
32
- has been reported in 8.0. A possible cause was fixed in 8.1, but
33
- it is unknown whether other problems exist. This item mostly
34
- requires additional testing rather than of writing any new code.
35
- </ p >
36
- < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php "> http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php</ a >
37
- < a href ="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00218.php "> http://archives.postgresql.org/pgsql-hackers/2007-04/msg00218.php</ a >
38
- </ p >
39
31
</ li > < li > Check for unreferenced table files created by transactions that were
40
32
in-progress when the server terminated abruptly
41
33
< p > < a href ="http://archives.postgresql.org/pgsql-patches/2006-06/msg00096.php "> http://archives.postgresql.org/pgsql-patches/2006-06/msg00096.php</ a >
You can’t perform that action at this time.
0 commit comments