Skip to content

Commit a64e85e

Browse files
committed
Add:
> * Increase locking when DROPing objects so dependent objects cannot > get dropped while the DROP operation is happening > > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php
1 parent 6e6dab8 commit a64e85e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Tue Feb 20 17:23:01 EST 2007
5+
Last updated: Tue Feb 20 17:29:25 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -555,6 +555,10 @@ SQL Commands
555555
http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php
556556
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php
557557

558+
* Increase locking when DROPing objects so dependent objects cannot
559+
get dropped while the DROP operation is happening
560+
561+
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php
558562

559563

560564
* CREATE

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Feb 20 17:23:01 EST 2007
11+
Last updated: Tue Feb 20 17:29:25 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -499,6 +499,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
499499
</li><li>Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
500500
<p> <a href="http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php">http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php</a>
501501
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php</a>
502+
</p>
503+
</li><li>Increase locking when DROPing objects so dependent objects cannot
504+
get dropped while the DROP operation is happening
505+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php</a>
502506
</p>
503507
</li><li>CREATE
504508
<ul>

0 commit comments

Comments
 (0)