File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Expand file tree Collapse file tree 2 files changed +4
-17
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 (pgman@candle.pha.pa.us)
5
- Last updated: Mon Apr 25 11:35:24 EDT 2005
5
+ Last updated: Fri Apr 29 01:02:49 EDT 2005
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.
@@ -603,14 +603,7 @@ Referential Integrity
603
603
memory. This could exhaust memory for very large trigger queues.
604
604
This item involves dumping large queues into files.
605
605
606
- * Implement dirty reads or shared row locks and use them in RI triggers
607
-
608
- Adding shared locks requires recording the table/rows numbers in a
609
- shared area, and this could potentially be a large amount of data.
610
- One idea is to store the table/row numbers in a separate table and set
611
- a bit on the row indicating looking in this new table is required to
612
- find any shared row locks.
613
-
606
+ * -Implement shared row locks and use them in RI triggers
614
607
* Enforce referential integrity for system tables
615
608
* Change foreign key constraint for array -> element to mean element
616
609
in array (?)
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Mon Apr 25 11:35:24 EDT 2005
11
+ Last updated: Fri Apr 29 01:02:49 EDT 2005
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 > .
@@ -557,13 +557,7 @@ <h1><a name="section_9">Referential Integrity</a></h1>
557
557
memory. This could exhaust memory for very large trigger queues.
558
558
This item involves dumping large queues into files.
559
559
</ p >
560
- </ li > < li > Implement dirty reads or shared row locks and use them in RI triggers
561
- < p > Adding shared locks requires recording the table/rows numbers in a
562
- shared area, and this could potentially be a large amount of data.
563
- One idea is to store the table/row numbers in a separate table and set
564
- a bit on the row indicating looking in this new table is required to
565
- find any shared row locks.
566
- </ p >
560
+ </ li > < li > -Implement shared row locks and use them in RI triggers
567
561
</ li > < li > Enforce referential integrity for system tables
568
562
</ li > < li > Change foreign key constraint for array -> element to mean element
569
563
in array (?)
You can’t perform that action at this time.
0 commit comments